| Version | Supported |
|---|---|
| 0.1.x | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue.
- Email the maintainers with a description of the vulnerability.
- Include steps to reproduce and any relevant details.
We will acknowledge receipt within 48 hours and aim to provide a fix or mitigation within 7 days for critical issues.
This project employs the following security practices:
- Dependency scanning: Dependabot monitors for known vulnerabilities.
- pip-audit: CI runs
pip-auditto check for vulnerable packages. - Bandit: Static analysis for common Python security issues.
- Minimal dependencies: Only
numpyis required at runtime. - No network access: Model generation is entirely offline.
- No file system writes: Unless explicitly requested via CLI
--output.