If you discover a security vulnerability in MODUS, please report it responsibly:
- DO NOT open a public GitHub issue
- Email us at: security@neurabytelabs.com
- Include detailed information about the vulnerability
- We'll respond within 48 hours
- All API keys and secrets are loaded via environment variables
- No hardcoded credentials in source code
.envfiles are gitignored- Only
.env.examplewith placeholder values is committed
- Admin authentication uses environment-based passwords
- Production deployments require secure password setup
- Demo mode has appropriate access controls
- Regular dependency updates via Dependabot
- Security-focused Elixir/Phoenix ecosystem
- Docker images use official base images
- Local SQLite database for development
- Production data isolation
- No sensitive user data collection in demo mode
| Version | Supported |
|---|---|
| 9.5.x | ✅ Yes |
| 9.4.x | ❌ No |
| < 9.4 | ❌ No |
Only the latest major version receives security updates.
- Keep your API keys secure - Never commit them to version control
- Use environment variables - Follow the
.env.exampletemplate - Update regularly - Stay on the latest supported version
- Production setup - Use strong admin passwords in production
- Network security - Use HTTPS in production deployments
For security-related questions: security@neurabytelabs.com
For general support: support@neurabytelabs.com