If you discover a security vulnerability in any MCP server in this repository, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please use GitHub's private vulnerability reporting feature:
- Go to the Security tab of this repository
- Click Report a vulnerability
- Fill in the details
Alternatively, you can email the maintainers directly at studyhubnetin@gmail.com.
- Description of the vulnerability
- Steps to reproduce
- Affected server(s) and version(s)
- Potential impact
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 1 week
- Fix Release: Within 2 weeks for critical issues
| Version | Supported |
|---|---|
| Latest | ✅ |
When using MCP servers:
- Never commit API keys — Always use
.envfiles (which are gitignored) - Use least-privilege tokens — Grant only the permissions each server needs
- Review server code — Before running any MCP server, review what API calls it makes
- Keep dependencies updated — Run
pip auditornpm auditregularly - Rotate tokens periodically — Especially for production use