If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue
- Email the maintainers or use GitHub's private vulnerability reporting
- Include steps to reproduce and potential impact
We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.
- API key handling and storage
- Input validation and injection prevention
- Dependency vulnerabilities
- Never commit
.envfiles or API keys to version control - Use environment variables or
.envfiles for all secrets - Keep dependencies updated (
pip install --upgrade) - Review AI model outputs before sharing publicly