| Version | Supported |
|---|---|
| 1.1.x | ✅ Yes |
| 1.0.x | ✅ Yes |
| < 1.0 | ❌ No |
Do not report security vulnerabilities through public GitHub Issues.
If you discover a security vulnerability, please report it responsibly:
Email: security@eliza-security.io Response time: Within 48 hours Resolution target: Within 7 days for critical issues
- Description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- Suggested fix (optional)
- Acknowledgement within 48 hours
- Status update within 5 business days
- Credit in CHANGELOG.md upon fix (if desired)
When deploying Eliza Security Agent:
- Store
VITE_ANTHROPIC_API_KEYin environment variables only - Never commit
.envfiles to version control - Use
VITE_GITHUB_TOKENwith minimal required scopes (public_repoonly) - Rotate API keys regularly
- GitHub API calls are made client-side — use a backend proxy in production
- Anthropic API key is exposed in browser if using
VITE_prefix — consider a serverless function wrapper for production deployments
We thank all security researchers who responsibly disclose vulnerabilities.