If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue.
- Use GitHub Security Advisories to report privately.
- Alternatively, email the maintainers directly (see profile or CODEOWNERS).
We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.
| Version | Supported |
|---|---|
main |
✅ |
The following are in scope for security reports:
- Hardcoded secrets, API keys, or credentials in code or git history
- Authentication / authorization bypass in the server or hub
- Remote code execution via job sidecar or agent solver
- Sensitive data exposure in logs, error messages, or API responses
- Never commit secrets. Use environment variables or Modal Secrets.
- All
.env*files and.ra-auth-tokenare gitignored. - PRs are automatically scanned for secrets via CI (
gitleaks). - Auth tokens are generated locally and never stored in the repo.