CLI Debug Guide¶
Fast triage¶
Use these commands to separate discovery problems from vulnerability-scanning problems before turning on enrichment or exports.
Quiet, logs, and output¶
agent-bom agents --quiet --no-scan
agent-bom agents --log-level debug --log-file /tmp/agent-bom.log
agent-bom agents -f sarif -o results.sarif
agent-bom agents -f sarif -o -
--quietsuppresses scan chatter and retry noise for scripting.--log-level debugwith--log-fileis the quickest way to capture a reproducible issue.-o -is the stdout form for machine-readable exports.
Command contracts¶
checksupports--format jsonfor machine-readable single-package verdicts.report historyandreport diffsupport--format jsonfor automation.verifywith no arguments, orverify agent-bom, self-verifies the installed package.whereis available both asagent-bom whereandagent-bom mcp where.- Use
agentsfor environment scans, exports, and report generation.
Package verification¶
agent-bom verify
agent-bom verify requests@2.33.0 -e pypi
agent-bom verify @modelcontextprotocol/server-filesystem@2025.1.14 -e npm
Explicit name@version is required for packages other than the installed agent-bom.