| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in AgentForge, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, send me a message on LinkedIn
Or use GitHub's private vulnerability reporting:
- Go to the Security tab
- Click "Report a vulnerability"
- Provide details
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- 24 hours: Acknowledgment of report
- 72 hours: Initial assessment
- 7 days: Plan for fix or mitigation
- 30 days: Public disclosure (coordinated)
When using AgentForge in production:
- Never commit API keys to source control
- Use environment variables or secret managers
- Rotate keys regularly
- Validate all tool inputs with Zod schemas
- Sanitize outputs before displaying to users
- Implement rate limiting on tool calls
- Use HTTPS for all API calls
- Be cautious with tools that fetch external URLs (SSRF risk)
- Implement allowlists for external domains if tools access URLs
- Redact sensitive data from logs (use
LoggingMiddlewarewithredactKeys) - Don't persist conversation history containing PII without encryption
- Implement data retention policies