What is this? Warden is an open-source CLI scanner that evaluates AI-agent projects across 17 governance dimensions: tool-call enforcement, agent identity, audit trails, credential management, supply-chain, trap defense, and more. Every project below was scanned with the latest version of Warden, producing the same HTML report you'd get locally by running pip install warden-ai && warden scan <path>.

What do the scores mean? These scores reflect the governance posture of the framework's own source code, not of applications built on top of it. Most general-purpose frameworks land in AT_RISK or PARTIAL territory — that's expected. They are libraries, not governance platforms. If your team needs full gateway-level enforcement, you probably want a dedicated runtime layer on top.

Run Warden on your own project

pip install warden-ai
warden scan /path/to/your/project

Zero telemetry, zero cloud calls. Everything runs locally. See github.com/SharkRouter/warden for the source, scoring model, and methodology.