Security Policy¶
Reporting a Vulnerability¶
We take the security of MCP Hangar seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do not report security vulnerabilities through public GitHub issues.
How to Report¶
- Email: Send details to the project maintainers (contact information in the repository)
- Private Disclosure: Use GitHub's private vulnerability reporting if available
What to Include¶
Please include the following information in your report:
- Type of vulnerability (e.g., command injection, path traversal, etc.)
- Full paths of source file(s) related to the vulnerability
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the vulnerability and how it could be exploited
Response Timeline¶
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution Target: Within 30 days for critical issues
What to Expect¶
- Acknowledgment of your report
- Assessment of the vulnerability
- Development and testing of a fix
- Coordinated disclosure timeline
- Credit in the security advisory (unless you prefer to remain anonymous)
Security Features¶
This project implements multiple security layers:
Key Security Features¶
- Input Validation: All inputs validated at API boundaries
- Command Injection Prevention: Commands and arguments sanitized
- Rate Limiting: Token bucket algorithm prevents abuse
- Secrets Management: Sensitive data masked in logs
- Container Security: Dropped capabilities, read-only filesystem, network isolation
Supported Versions¶
| Version | Supported |
|---|---|
| 0.1.x | :white_check_mark: |
Security Best Practices¶
When using this project:
- Keep dependencies updated: Regularly update to the latest version
- Use container mode: For untrusted MCP providers, use container isolation
- Limit network access: Use
network: nonewhen possible - Review configurations: Audit provider configurations before deployment
- Monitor logs: Enable audit logging for security events
Acknowledgments¶
We appreciate responsible disclosure and will acknowledge security researchers who help improve our security.