| Version | Supported |
|---|---|
| Latest release | ✅ |
We take security seriously. If you discover a security vulnerability, please:
- Do NOT open a public issue
- Email:
kevinnft@users.noreply.github.com - Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (optional)
We will respond within 48 hours and work with you to resolve the issue.
- API keys and provider credentials are stored locally only (
~/.local/share/enowx-coder/) - No telemetry or data collection
- SQLite database is local-only
- Provider API calls use HTTPS only
- All Rust code uses safe error handling (no
unwrap()in production paths)