Do NOT open a public issue for security vulnerabilities.
If you discover a security vulnerability in this project, please report it privately:
- Email: Send details to the maintainers via GitHub Security Advisories
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- Any suggested fixes (optional)
- Acknowledgment: Within 72 hours of your report
- Updates: We will keep you informed of our progress
- Resolution: We aim to release a fix as soon as possible, depending on severity
- Credit: You will be credited in the security advisory (unless you prefer otherwise)
| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
When using this MCP server:
- Protect your API key: Never commit your
HOLDED_API_KEYto version control - Use
.env.local: Store secrets in.env.localwhich is gitignored - Rotate keys regularly: Periodically regenerate your API key at https://app.holded.com/api
- Limit module access: Only enable the modules you need via
HOLDED_MODULES - Review permissions: Ensure your API key has only the permissions required
We follow a coordinated disclosure process:
- Security issues are fixed in a private branch
- A security advisory is drafted
- The fix is released
- The advisory is published with details and credits
Thank you for helping keep this project and its users secure.