Install
Default The pinned-3.11 Docker image and the
python3 on a current macOS box is 3.14. AgentGuardian does not yet ship 3.14 wheels, so a plain pip install agent-guardian errors with No matching distribution found. Install on Python 3.13 instead:agentguardian-scan GitHub Action are insulated from this — only ad-hoc pip install is affected.Drop a target prompt to disk
Run the scan
--model stub is a deterministic in-process model — zero API keys, sub-second wall-time, ~$0 cost. The scan ends with a one-line summary:band=Not Evaluated (stub mode) is expected when you run with --model stub — the stub model cannot adjudicate authoritatively. To get a real band, swap in a real evaluator:See the findings
The scan also auto-spawns a local dashboard:--serve-grace-seconds to change). The CLI emits the canonical /scan/<id> (singular) URL; the legacy /scans/<id> path still works and 307-redirects to it.
Next steps
Understanding Your First Report
Read every field of the scan output.
Try AgentGuardian on a real target
Point the scanner at your own REST API, LangGraph, CrewAI, MCP, or RAG agent.