| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
We take security seriously. If you discover a security vulnerability, please follow these steps:
- DO NOT create a public issue
- Email security concerns to: scott@perfecxion.ai
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Initial Response: Within 24 hours
- Status Update: Within 72 hours
- Resolution Target:
- Critical: 7 days
- High: 14 days
- Medium: 30 days
- Low: 90 days
This MCP server implements multiple security layers:
- Authentication: JWT-based with refresh tokens
- Authorization: Role-based access control (RBAC)
- Encryption: TLS 1.3+ for all communications
- Rate Limiting: Configurable per-endpoint limits
- Input Validation: Zod schemas for all inputs
- Audit Logging: Complete audit trail
- Secret Management: HashiCorp Vault integration
- Security Scanning: Automated Snyk and Trivy scans
When deploying this server:
- Always use TLS in production
- Rotate JWT secrets regularly
- Enable audit logging
- Use Vault for secret management
- Keep dependencies updated
- Monitor security alerts
- Regular security audits
- Implement network segmentation
This implementation supports:
- SOC 2 Type II
- GDPR
- HIPAA (with appropriate configuration)
- ISO 27001
Currently, we do not offer a bug bounty program, but we deeply appreciate responsible disclosure.