| Version | Supported |
|---|---|
| 1.x | ✅ Yes |
This project handles GitHub API tokens and other credentials. If you discover a security vulnerability, please report it privately.
Do not open a public GitHub issue.
Send a description of the issue to the project maintainers via a private security advisory or direct message.
You should receive a response within 48 hours. If the issue is confirmed, a fix will be released as soon as possible.
The following are in scope:
- Exposure of authentication tokens or API keys
- Injection vulnerabilities in tool inputs
- Unintended data exposure through MCP responses
- Dependency vulnerabilities with known CVEs
- Use a GitHub Personal Access Token with minimal required scopes (
reporead-only,public_repo) - Never commit your
.envfile — it is already in.gitignore - Use
.env.exampleas a template and keep real credentials out of version control - Keep dependencies updated:
bun update