We support security updates for the following versions:
| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
We take security seriously. If you discover a security vulnerability, please follow these steps:
- DO NOT open a public issue
- Email security@code-index-mcp.com with details
- Include steps to reproduce if possible
- We'll respond within 48 hours
- Input validation on all API endpoints
- Path traversal prevention
- SQL injection prevention via parameterized queries
- XSS protection in any web interfaces
- Automatic scanning for API keys, tokens, and credentials
- Redaction of detected secrets in logs and outputs
.gitignorepatterns respected
- API key authentication for production use
- Rate limiting to prevent abuse
- Request validation and sanitization
- Plugins run in isolated environments
- Resource limits enforced (CPU, memory)
- No access to system files outside project directory
- Dangerous operations blocked (eval, exec, etc.)
- Local-first design - no data leaves your machine by default
- Optional encryption at rest
- Secure deletion of temporary files
- No telemetry or usage tracking
Before deployment:
- Change default API keys
- Enable HTTPS in production
- Configure firewall rules
- Set up monitoring and alerting
- Review file permissions
- Enable audit logging
- Test input validation
- Scan for vulnerabilities
We regularly update dependencies to patch security vulnerabilities. Run:
pip list --outdated
pip-auditSecurity Team: security@code-index-mcp.com PGP Key: [Available on request]