Quick Start¶
Scan your environment¶
This auto-discovers MCP clients on your machine (Claude Desktop, Cursor, VS Code, Windsurf, etc.), extracts configured servers and packages, and scans for CVEs.
Check a specific package¶
agent-bom check langchain
agent-bom check express --ecosystem npm
agent-bom check tensorflow --ecosystem pypi
See what was discovered¶
Generate an SBOM¶
Run compliance checks¶
agent-bom scan --compliance owasp-llm
agent-bom scan --compliance eu-ai-act
agent-bom scan --compliance all
Scan a container image¶
Requires Grype and Syft installed locally.