First Scan Walkthrough
How to inspect the first scan from status to evidence.
What this is
This walkthrough shows the review order for one scan result.
When to use it
Use it when a scan produced findings and the reviewer needs to decide whether agent access is safe.
Command or example
uv run agent-permit scan . --ci --run-id first-review
open .agent-permit/runs/first-review/summary.mdOutput to expect
The run folder contains a short summary, raw finding records, graph paths, permit status, and metrics.
How to interpret it
Review in this order:
- Open
summary.mdfor the plain-English result. - Open
permit.yamlfor the deterministic status. - Open
raw-findings.jsonfor file and rule evidence. - Open
graph-paths.jsonfor source-to-sink paths. - Run Deep Agent investigation only after scanner artifacts exist.
Common mistakes
- Jumping directly to model output before scanner evidence.
- Approving a finding without checking file and line evidence.
- Assuming
needs_reviewmeans false positive.