This project is being prepared for a release candidate. Treat production use as conditional until the remaining manual actions in AUDIT_FINDINGS.md are complete.
Do not open a public issue for secrets, real data exposure, authentication bypasses, or private deployment details. Report privately to the repository owner with:
- affected URL, route, or file path
- reproduction steps
- expected impact
- relevant logs or screenshots with secrets redacted
- Set
APP_ENV=productionorRUNTIME_ROLE=web. - Set a unique
SECRET_KEYof at least 32 characters. - Set
REDIS_URLorVALKEY_URLfor shared auth rate limiting. - Keep
ALLOW_PUBLIC_SIGNUP=falseunless a deliberate public signup launch has been reviewed. - Terminate TLS at the edge and forward
X-Forwarded-Proto. - Verify
SESSION_COOKIE_SECURE, HSTS, and HTTPS redirects after each deployment.
Do not commit runtime DBs, generated dumps, scrape reports, customer CSVs, or live product exports. If such files reach Git history, follow INCIDENT_RESPONSE.md.