| Version | Supported |
|---|---|
| 0.1.x | ✅ |
Do not open a public issue for security vulnerabilities.
Instead, please report them via GitHub Security Advisories.
We will:
- Acknowledge receipt within 72 hours
- Provide an initial assessment within 1 week
- Work with you on a fix and coordinate disclosure
Claw Insights is designed for local/trusted network monitoring:
- Production: Token-based authentication enabled by default (auto-generated on startup)
- Development/Test: Authentication disabled by default (
NODE_ENV=developmentortest) - API token must be ≥32 characters
- Auth can be disabled explicitly in production with
--no-authorCLAW_INSIGHTS_NO_AUTH=true - No data leaves your machine — all metrics are stored locally in SQLite
- GraphQL API is read-heavy; mutations are limited to gateway operations (restart/update/doctor)
- Keep
~/.claw-insights/config.jsonpermissions restricted (chmod 600) - Use a strong API token in production
- Do not expose the dashboard port to the public internet without a reverse proxy + TLS