| Version | Supported |
|---|---|
| main | ✅ |
If you discover a security vulnerability in this project, please report it responsibly:
- Do not open a public GitHub issue.
- Email:
- Include: description, reproduction steps, and impact assessment.
- Expected response time: 72 hours.
- CI pipeline runs on every push: tests, linting, dependency auditing (pip-audit), SAST (bandit)
- Pre-commit hooks prevent accidental secret commits (detect-secrets)
- Dependabot monitors dependencies for known CVEs
- All API credentials are loaded from environment variables, never hardcoded
- OpenSearch queries use authenticated HTTPS connections