| Version | Supported |
|---|---|
| 1.x | ✅ |
CortexFlow is designed for local use only:
- HTTP server binds to
localhost(127.0.0.1) - No built-in authentication (local trust model)
- Data stored locally in
~/.cortexflow/data/
Do NOT expose CortexFlow directly to the internet. If remote access is needed, use a reverse proxy with proper authentication.
If you discover a security vulnerability:
- Do NOT open a public issue
- Email [email protected] privately
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will:
- Acknowledge receipt within 48 hours
- Investigate and provide updates
- Credit reporters in security advisories (unless anonymity requested)
When using CortexFlow:
- Keep Node.js updated
- Don't store sensitive data in project contexts
- Use firewall rules to restrict access
- Review project data periodically
- Run with minimal permissions
- No encryption at rest (local JSON files)
- No authentication/authorization
- No audit logging
- Designed for single-user local development