Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/msaad00/agent-bom/discovernpx skills add msaad00/agent-bom --skill discovergit clone --depth 1 https://github.com/msaad00/agent-bomWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/msaad00/agent-bom/discover)<a href="https://agentmods.dev/skills/msaad00/agent-bom/discover"><img src="https://agentmods.dev/badge/skills/msaad00/agent-bom/discover.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00052 | $0.01419 |
| Opus 5 | $0.00026 | $0.00709 |
| Sonnet 5 | $0.00010 | $0.00284 |
| Haiku 4.5 | $0.00005 | $0.00142 |
Grade B, and why
agent-bom-discover scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- "~/.claude/settings.json" What it actually says
agent-bom-discover — AI Agent & MCP Server Discovery
Discovers AI agents, MCP servers, and their configurations across 22+ AI tools on this machine. Shows what's installed, configured, and registered in the bundled 1123-entry MCP server registry.
Install
pipx install agent-bom
agent-bom scan # discover all AI agents and MCP servers
agent-bom doctor # check prerequisites and configuration health
agent-bom mcp inventory # list all discovered MCP servers
agent-bom where # show all discovery paths
When to Use
- "find agents" / "what agents are configured"
- "what MCP servers do I have"
- "what's configured on this machine"
- "mcp inventory"
- "doctor" / "check my setup"
- "show me what's installed"
Commands
# Discover all AI agents and MCP servers
agent-bom scan
# Check configuration health and prerequisites
agent-bom doctor
# List MCP server inventory
agent-bom mcp inventory
# Show all discovery paths
agent-bom where
Examples
# Discover all agents
agents()
# Run health check
doctor()
# List MCP inventory
inventory()
Example output:
Discovered 3 MCP clients:
Claude Desktop — 4 servers configured
Cursor — 2 servers configured
VS Code — 1 server configured
Servers: filesystem, brave-search, github, slack, postgres, linear, notion
Registry: 5/7 servers found in registry
Guardrails
- Discovery is read-only — no files are modified, no packages installed.
- Env var values in config files are always replaced with
***REDACTED***before processing. - Only structural data (server names, commands, URLs) is extracted.
- Confirm with user before scanning paths outside the home directory.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed 8bcdd62d12a8
- 4d ago First seen · 170 lines · 52 tokens per session scan B c5da015f25ee
agent-bom-discover is a skill published in the GitHub repository msaad00/agent-bom (31 stars, last pushed today), licensed Apache-2.0. It adds 52 tokens to every session and 1,419 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
sbom-analysis
Analyzes Software Bills of Materials (SBOMs) for completeness against NTIA minimum elements, interprets VEX status documents, performs transitive dependency risk analysis, and detects license conflicts. Supports CycloneDX 1.5 and SPDX 2.3 formats with CSAF-based VEX correlation. Auto-invoked when SBOM files are…
dependency-scanning
Analyzes project dependencies for known vulnerabilities, license risks, and supply chain integrity. Auto-invoked when package manifests (package.json, requirements.txt, go.mod, pom.xml, Cargo.toml) are shared or when discussing dependency security. Produces an SBOM assessment with CVE findings triaged by EPSS and CISA…
sca-trivy
Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…
container-grype
Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity…
sca-trivy
Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…
performing-container-security-scanning-with-trivy
Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.