agent-bom

agent-bom is a skill for Claude Code, Codex from msaad00/agent-bom. It costs 107 tokens per session (4,930 once invoked), scanned A, original, Apache-2.0.

A security scanner for AI-agent infrastructure, including agents, MCP servers, packages, cloud systems, and container images. It can also create a software bill of materials, which is an inventory of included components.

In plain words
What is it for?
Use it to discover configured agents and MCP servers, check packages and images for CVEs, audit AWS/Azure/GCP or Snowflake setups, scan infrastructure code, and assess security frameworks.
Why use it?
It helps identify known vulnerabilities, exposed systems, compliance gaps, and the possible impact of a compromised component.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/msaad00/agent-bom/openclaw
Any agent
npx skills add msaad00/agent-bom --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/msaad00/agent-bom

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for agent-bom

README.md
[![agentmods](https://agentmods.dev/badge/skills/msaad00/agent-bom/openclaw.svg)](https://agentmods.dev/skills/msaad00/agent-bom/openclaw)
Your own site
<a href="https://agentmods.dev/skills/msaad00/agent-bom/openclaw"><img src="https://agentmods.dev/badge/skills/msaad00/agent-bom/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00107 $0.04930
Opus 5 $0.00053 $0.02465
Sonnet 5 $0.00021 $0.00986
Haiku 4.5 $0.00011 $0.00493

Measured today against content hash cb575723d3ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-bom scanned grade A 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 directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- "~/.claude/settings.json"

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

integrations/openclaw/SKILL.md · 423 lines

How it starts

The opening of the file, as written. The whole thing — 423 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agent-bom — AI Agent Infrastructure Security Scanner

Discovers MCP clients and servers across 29 first-class client types, scans for CVEs, maps blast radius, runs cloud CIS benchmarks, checks OWASP/NIST/MITRE compliance, generates SBOMs, and assesses AI infrastructure against AISVS v1.0 and MAESTRO framework layers.

Install

pipx install agent-bom
agent-bom scan            # auto-discover + scan
agent-bom check langchain==0.1.0  # check a specific package with version
agent-bom fs .              # scan filesystem packages
agent-bom image nginx:1.25  # scan container image (native)
agent-bom cloud aws         # AWS CIS benchmark
agent-bom iac infra/        # scan Terraform/CloudFormation
agent-bom where             # show all discovery paths

As an MCP Server

{
  "mcpServers": {
    "agent-bom": {
      "command": "uvx",
      "args": ["agent-bom", "mcp", "server"]
    }
  }
}

Sub-Skills (15)

Sub-Skill Purpose Triggers
discover Find agents, MCP servers, configurations "find agents", "what's configured", "mcp inventory"
discover-aws Scope-zero AWS operator-pull inventory "discover AWS agents", "Bedrock inventory", "AWS MCP inventory"
discover-azure Scope-zero Azure operator-pull inventory "discover Azure AI", "Azure MCP inventory"
discover-gcp Scope-zero GCP operator-pull inventory "discover Vertex AI", "GCP MCP inventory"
discover-snowflake Scope-zero Snowflake/Cortex operator-pull inventory "discover Snowflake AI", "Cortex inventory"
ingest Validate and scan operator-pushed inventory "ingest inventory", "scan pushed inventory"
scan CVE scanning, image scanning, SBOM, provenance "check package", "scan image", "verify", "blast radius"
scan-infra IaC, cloud config, secrets scanning "check terraform", "scan kubernetes", "find secrets"
enforce Runtime policy enforcement, MCP proxy "block risky calls", "apply policy", "proxy"
compliance 14-framework compliance, SBOM generation "compliance report", "NIST", "SOC 2", "OWASP"
monitor Fleet monitoring, trust scores, lifecycle "fleet", "watch agents", "trust scores"
analyze Blast radius, attack paths, context graph "blast radius", "threat intel", "attack path"
registry MCP registry lookup, marketplace check, fleet risk scoring, skill trust, SAST "registry lookup", "marketplace check", "skill trust"
runtime Runtime audit-log correlation, context graph analytics, vulnerability trends "runtime monitoring", "audit correlation", "analytics"
troubleshoot Diagnostics, doctor, config validation "doctor", "debug", "why failing", "validate config"

Read the full file on GitHub · 423 lines

Changes

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.

  1. today Changed cb575723d3ae
  2. 4d ago First seen · 423 lines · 107 tokens per session scan A fc21de200f20

Subscribe to this mod's changes

agent-bom is a skill published in the GitHub repository msaad00/agent-bom (31 stars, last pushed today), licensed Apache-2.0. It adds 107 tokens to every session and 4,930 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A 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.

Related

Other skills, from other repositories

analyzing-sbom-for-supply-chain-vulnerabilities

Parses Software Bill of Materials (SBOM) in CycloneDX and SPDX JSON formats to identify supply chain vulnerabilities by correlating components against the NVD CVE database via the NVD 2.0 API. Builds dependency graphs, calculates risk scores, identifies transitive vulnerability paths, and generates compliance reports.…

adriannoes/awesome-agentic-ai · 110 tokens

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…

UnitOneAI/SecuritySkills · 89 tokens

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)…

AgentSecOps/SecOpsAgentKit · 156 tokens

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.

xalgorix/xalgorix · 48 tokens

analyzing-sbom-for-supply-chain-vulnerabilities

Parses Software Bill of Materials (SBOM) in CycloneDX and SPDX JSON formats to identify supply chain vulnerabilities by correlating components against the NVD CVE database via the NVD 2.0 API. Builds dependency graphs, calculates risk scores, identifies transitive vulnerability paths, and generates compliance reports.…

26zl/cybersec-toolkit · 110 tokens

analyzing-sbom-for-supply-chain-vulnerabilities

Parses Software Bill of Materials (SBOM) in CycloneDX and SPDX JSON formats to identify supply chain vulnerabilities by correlating components against the NVD CVE database via the NVD 2.0 API. Builds dependency graphs, calculates risk scores, identifies transitive vulnerability paths, and generates compliance reports.…

pinkpixel-dev/skills-collection-1 · 110 tokens