Please open a private security advisory on GitHub or email the maintainers. Do not file public issues for vulnerabilities.
Main branch is supported. Pin dependencies for production deployments.
- Never commit
.envfiles containing actual API keys to version control - Use
.env.exampleas a template and create your own.envfile locally - The
.envfile is included in.gitignoreto prevent accidental commits - Rotate API keys immediately if they are accidentally exposed
- Immediately revoke/rotate the exposed API key through your provider
- Update your local
.envfile with the new key - Report the incident if you believe others may have accessed it