If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue.
- Email heznpc@gmail.com or use GitHub Security Advisories.
- Include steps to reproduce, impact assessment, and suggested fix if possible.
We will respond within 48 hours and work with you to resolve the issue.
This template includes automated security checks in CI:
- Secret leak detection — gitleaks scans every commit
- Large file detection — Prevents accidental commits of files over 5 MB
- Dependency updates — Dependabot monitors for vulnerable dependencies
- CodeQL analysis — Static security analysis on every push and weekly
- Never commit
.envfiles or secrets — they are gitignored by default - Use GitHub Secrets for Cloudflare credentials
- Keep dependencies up to date by merging Dependabot PRs