Security fixes are applied on a best-effort basis to the latest code on main.
Please do not disclose security vulnerabilities publicly before maintainers have a chance to investigate and patch.
When reporting, include:
- Affected component/file
- Reproduction steps or proof-of-concept
- Potential impact
- Suggested mitigation (if available)
Report through a private channel (security advisory or private maintainer contact) instead of public issues.
- Acknowledgement target: within 72 hours
- Triage and severity assessment
- Patch and verification
- Coordinated disclosure after fix availability
- Never commit API keys or secrets
- Use
.envfor local credentials - Prefer pinned dependency ranges and keep dependencies up to date
- Validate all external input at API boundaries