Docs
Run local scans
Use local SAST and code-health scans for daily work, agent repair loops, and larger PRs.
Summary
Run local scans
Use local SAST and code-health scans for daily work, agent repair loops, and larger PRs.
Commands
The same engine powers terminal summaries, TUI results, and report exports.
radar scan . --quick
radar scan . --format html > radar.html
radar scan . --format json > radar.jsonVerify the result
Review the selected-file count, duration, and highest-severity finding. Repeat the same command after a fix to confirm the finding disappears before exporting a report.