Run a local code security scanner where the code already lives.
The CLI gives engineers a native SAST and code-health scan loop: run, inspect, fix, and rescan without uploading source to a remote scanner.
radar scan . --quickInteractive cockpit
Running `radar` opens a keyboard-driven cockpit with Dashboard, Settings, Integrations, License, and Results screens.
- Fast and full profiles
- Readable finding detail
- Config generation
- License status
Evidence to inspect
Use “Run a local code security scanner where the code already lives.” as the scope for this decision: verify the input, finding detail, workflow handoff, and product boundary before you install or buy.
Run this check locally
Scriptable output
Automation stays predictable. Use the same scan engine for terminal summaries, SARIF, JSON, and HTML.
radar scan . --format json > radar-report.json
radar scan . --format sarif --fail-on highPrimary sources
Validate the workflow on your own code.
Apply this page’s evidence to one real repository. For “Run a local code security scanner where the code already lives.”, confirm which finding is produced, whether the proposed next step is reproducible, and where local scanning, reports, agents, or CI should stop or expand.