| Version | Supported |
|---|---|
| latest | ✅ Yes |
If you discover a security vulnerability in Prefrontal, please do not open a public GitHub issue.
Instead, report it privately by emailing the repository owner via the GitHub profile at @Ares19v.
Please include:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fix (optional)
You can expect an acknowledgement within 48 hours and a resolution or mitigation plan within 7 days.
- Never commit your
.envfile. YourGROQ_API_KEYandPINECONE_API_KEYmust be kept secret at all times. - Use environment variables when deploying via Docker. See
backend/.env.examplefor the required variables. - The
backend/.envfile is explicitly excluded in.gitignore— do not remove this exclusion. - The CORS policy in
main.pyrestricts origins tolocalhostby default. Update this for production deployments.