Skip to content

Security: twomathematicians-code/archon

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in Archon, please report it privately via:

Please do not open a public issue. We aim to respond within 48 hours.

Supported Versions

Version Supported
1.0.x ✅ Active
0.3.x ✅ Critical fixes
< 0.3.0 ❌ End of life

Security Best Practices for Users

  1. API Keys: Never commit .env files. Use environment variables or the ARCHON_OPENAI_API_KEY env var.
  2. Agent Sandbox: Set ARCHON_AGENT_SANDBOX_DIR to restrict agent file access.
  3. Content Safety: Enable ARCHON_CONTENT_SAFETY_ENABLED=true in production.
  4. Path Validation: Archon validates file paths on CLI commands, but always validate user-supplied paths in your own integrations.
  5. Dependencies: Run pip-audit or safety check periodically to check for known vulnerabilities.

There aren't any published security advisories