This template is designed for public source code, not public credentials or private data.
- API keys or personal access tokens.
- Supabase service-role keys.
.envfiles.- Raw private emails, exported inboxes, or proprietary source lists.
- Labelled training data unless the dataset is cleared for publication.
- Trained model artefacts unless they are intentionally public.
Store runtime secrets in the deployment platform and in GitHub Actions secrets.
Use .env.example only as a checklist of variable names.
If the classifier API is reachable from the public internet, set CLASSIFIER_API_KEY
so /predict and /metrics require a bearer token. Keep /health lightweight and
free of sensitive details.
Open a private advisory or contact the repository owner directly. Include the affected file, the behaviour observed, and the minimal steps needed to reproduce it.