Agent Mill takes security seriously. If you discover a security vulnerability, please report it privately.
Do not report security vulnerabilities through public GitHub issues.
Instead, send details to the maintainers via:
- GitHub Security Advisory: https://github.com/Sugers955/agent-mill/security/advisories/new
Please include:
- Type of vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
You should receive a response within 48 hours. We will keep you informed of the fix progress.
The following are covered by this security policy:
- The Agent Mill application code
- Authentication and authorization mechanisms
- API security
- Data encryption and storage
| Version | Supported |
|---|---|
| latest | ✅ |
Agent Mill implements 7 security layers:
- Tool whitelist (runtime)
- System prompt safety prefix (model layer)
- Input regex filtering (gateway, 12 rules)
- Skill static scanning (upload time)
- File cwd sandbox (SDK layer)
- Download token (egress)
- API Key encryption (Fernet)