If you discover a security vulnerability in Archon, please report it privately via:
- GitHub: Report a vulnerability
- Email:
security@twomathematicians.dev(if configured)
Please do not open a public issue. We aim to respond within 48 hours.
| Version | Supported |
|---|---|
| 1.0.x | ✅ Active |
| 0.3.x | ✅ Critical fixes |
| < 0.3.0 | ❌ End of life |
- API Keys: Never commit
.envfiles. Use environment variables or theARCHON_OPENAI_API_KEYenv var. - Agent Sandbox: Set
ARCHON_AGENT_SANDBOX_DIRto restrict agent file access. - Content Safety: Enable
ARCHON_CONTENT_SAFETY_ENABLED=truein production. - Path Validation: Archon validates file paths on CLI commands, but always validate user-supplied paths in your own integrations.
- Dependencies: Run
pip-auditorsafety checkperiodically to check for known vulnerabilities.