| Version | Supported |
|---|---|
| 0.x | ✅ |
Do not report security vulnerabilities through public GitHub issues.
Instead, please email security concerns to the project maintainers.
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
You will receive a response within 48 hours. If the issue is confirmed, we will:
- Work on a fix privately
- Release a patch
- Credit you in the release notes (unless you prefer anonymity)
- Never commit API keys or secrets
- Use
.envfiles (listed in.gitignore) - Validate all external inputs with Zod schemas
- Review dependencies for known vulnerabilities