The project is still pre-release. Security fixes will be applied to the latest
state on main until tagged releases begin.
Please do not open public GitHub issues for suspected vulnerabilities.
Instead:
- Contact the maintainer privately through the repository owner profile or a private disclosure channel when one is published.
- Include a clear description of the issue, affected area, reproduction steps, and impact.
- If possible, include a minimal proof of concept and suggested remediation.
Security-sensitive areas for this template include:
- authentication and authorization wiring;
- secret and environment handling;
- dependency and container supply chain;
- HTTP input validation and error handling;
- deployment manifests and network exposure.
- Never commit real credentials, signing keys, or private tokens.
- Use
.env.examplefor configuration examples only. - Prefer safe defaults and fail-fast startup checks for security-sensitive settings.