Please do not open a public GitHub issue for security vulnerabilities.
Use GitHub Private Vulnerability Reporting instead. We aim to acknowledge reports within 72 hours.
- SQL injection or data corruption via API endpoints
- Authentication or authorization bypasses
- Remote code execution
- Denial-of-service via extremely large inputs (no network-facing auth surface)
- Issues requiring physical access to the host machine
- Third-party dependencies — please report those upstream
- No API keys are stored server-side. All credentials are read from
.envat startup and held in process memory only. - Local SQLite only. The database stores OHLCV bars and signal metadata. No personal data is collected.
- The server is designed for local or private-network deployment. Exposing it to the public internet without additional authentication is not recommended.