| Version | Supported |
|---|---|
| main | ✅ |
| < 0.1.0 | ❌ |
Please report security issues privately by opening a security advisory instead of a public issue.
You should receive an acknowledgment within 48 hours. If you do not, follow up on the advisory thread. Do not disclose the vulnerability publicly until a fix is released.
- Evaluator API keys are encrypted at rest with AES-256-GCM using
APP_ENCRYPTION_KEYand are never returned by the settings API. - Ollama endpoints cannot include credentials; the application only allows
localhost, loopback, and private-network hosts unless
ALLOWED_OLLAMA_HOSTSis explicitly set. - Evaluator endpoints must use HTTPS unless they point to a trusted local host.
- Never commit
.env.localor production secrets; the file is git-ignored. - Bind the bundled Docker services to loopback by default; change
POSTGRES_PORT,POSTGRES_PASSWORD, andREDIS_PASSWORDfor exposed deployments.