| Version | Supported |
|---|---|
| 0.2.x | ✅ |
Rooster has desktop control, code execution, and browser automation capabilities. If you discover a security vulnerability, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please report via:
- GitHub Security Advisory: https://github.com/zzycxz/rooster/security/advisories/new
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: within 48 hours
- Initial assessment: within 7 days
- Fix or mitigation: within 30 days (depending on severity)
- API key authentication (
GATEWAY_API_KEY) - HMAC webhook verification (
WEBHOOK_HMAC_SECRET) - Path guard restricting file access to allowed directories
- Rate limiting on API endpoints
- Localhost auth can be disabled via
GATEWAY_LOCALHOST_AUTH=false