If you discover a security vulnerability in Felix-Hub, please report it responsibly:
- Do not open a public GitHub issue for security vulnerabilities
- Email the maintainers or use GitHub Security Advisories if available
- Include a description of the vulnerability and steps to reproduce
- Allow time for a fix before public disclosure
We will acknowledge your report and work on a fix. We appreciate responsible disclosure.
| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
- Secrets: Never commit API keys, tokens, or credentials. Use
.envand ensure it is in.gitignore - Auth: Use strong, unique values for
HUB_READ_KEY,HUB_WRITE_KEY,HUB_ADMIN_KEY - Network: Run behind HTTPS in production; avoid exposing MCP-Hub directly to the internet without auth
- Plugins: Review plugin permissions; use
allowedPluginsandallowed_operationsfor workspace isolation
See Workspace Security for more details.