@insightral/scan CLI
One-command database audit. Report in minutes. Nothing leaves your box.
Run npx @insightral/scan against your database. Deterministic checks. A PDF report, a fixes.sql file, and an estimated dollar cost per finding — all computed locally.
How it works
One command. A full report to your current directory.
No long-running agent to manage. Pass your DSN — the scanner runs all checks locally and writes the report to disk.
terminal — scan
# full audit: PDF report + fixes.sql + cost estimates$ npx @insightral/scan \ --dsn "postgres://user:pass@host:5432/db" \ --audit \ --key <your-license-key>→ checks complete→ findings with remediation and cost impact→ report written: insightral-audit-<date>.pdf→ fixes written: fixes.sqlExactly one network call: license key validation.
The scanner connects to your database locally, runs all checks in-process, and writes the report to disk. The only outbound call is a single HTTPS request to validate your license key. Findings never leave your machine. No telemetry. No query text sent anywhere. No credentials stored or transmitted.