This is a portfolio demonstration. Do not use hardcoded secrets in production. Report vulnerabilities via GitHub Issues.
This repository contains demonstration projects intended for engineering portfolio review, not production deployment.
- Local development and technical assessment.
- Architecture and documentation review.
Please open a GitHub Issue with:
- A clear title (
[SECURITY] <summary>). - Affected project and file path.
- Reproduction steps and expected impact.
- Suggested mitigation, if available.
- Never commit real credentials, tokens, or private endpoints.
- Use
.env.exampleplaceholders only. - Load secrets from environment variables or a secret manager (for example HashiCorp Vault).