| Version | Supported |
|---|---|
| main | ✅ |
| < main | ❌ |
Please report security vulnerabilities through GitHub private vulnerability reporting:
- Go to the Security tab
- Click Report a vulnerability
- Fill out the form
We respond within 48 hours.
- Dependabot for dependency updates
- CodeQL for code scanning
- Secret scanning and push protection
- Secure API key handling with memory zeroization
- HTTPS-only network requests
- Input validation at system boundaries
API keys are handled securely:
- Stored using
SecureApiKeywrapper withzeroizecrate - Memory is cleared on drop
- Never shown in debug output (
[REDACTED]) - Environment variable auto-detection
- Store API keys in environment variables, not in code
- Regularly update dependencies
- Do not run untrusted
.myfiles - Use HTTPS for all external connections