We take the security of AgentFlow seriously. If you discover a security vulnerability, please report it privately before disclosing it publicly.
Do NOT report security vulnerabilities via public GitHub Issues.
Instead, send a detailed report to: agentflow@basui01.dev
- A clear description of the vulnerability
- Steps to reproduce the issue
- Affected versions
- Any potential impact or exploit scenarios
- Optional: suggested fix or mitigation
- Acknowledgment: within 48 hours
- Initial assessment: within 5 business days
- Fix release: depends on severity, typically within 14 days for critical issues
| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
When using AgentFlow in production:
- Keep dependencies updated: Run
go mod tidyand review security advisories regularly - Use environment variables for API keys and secrets — never hardcode them
- Validate all LLM outputs before executing generated code or commands
- Set appropriate timeouts for all LLM provider calls
- Enable audit logging to track agent decisions and actions
- Review provider configurations — use least-privilege API keys
When a vulnerability is reported and confirmed:
- We will work on a fix in a private fork
- A security advisory will be published on GitHub
- A patch release will be made available
- The vulnerability will be publicly disclosed after the fix is released