agent-bom-analyze

agent-bom-analyze is a skill for Claude Code, Codex from msaad00/agent-bom. It costs 56 tokens per session (1,171 once invoked), scanned A, a copy of agent-bom-analyze, Apache-2.0.

A security analysis tool for AI infrastructure that maps how vulnerabilities, agents, servers, and credentials may be connected.

In plain words
What is it for?
Use it to assess blast radius, attack paths, lateral movement, vulnerability trends, risk scores, and graphs showing which agents can reach which resources.
Why use it?
It helps explain how far a security problem could spread and where attackers might move through connected systems.

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/analyze
Any agent
npx skills add msaad00/agent-bom --skill analyze
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-analyze

README.md
[![agentmods](https://agentmods.dev/badge/skills/msaad00/agent-bom/analyze.svg)](https://agentmods.dev/skills/msaad00/agent-bom/analyze)
Your own site
<a href="https://agentmods.dev/skills/msaad00/agent-bom/analyze"><img src="https://agentmods.dev/badge/skills/msaad00/agent-bom/analyze.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,171 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod 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.00056 $0.01171
Opus 5 $0.00028 $0.00585
Sonnet 5 $0.00011 $0.00234
Haiku 4.5 $0.00006 $0.00117

Measured today against content hash e3484d4be99c, 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-analyze scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to agent-bom-analyze — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

integrations/openclaw/analyze/SKILL.md · 134 lines

How it starts

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

agent-bom-analyze — Blast Radius & Attack Path Analysis

Analyzes blast radius, attack paths, and the threat landscape across your AI infrastructure. Maps lateral movement risks, identifies high-impact CVEs, and visualizes agent context graphs.

Install

pipx install agent-bom
agent-bom scan --verbose   # blast radius detail for each agent
agent-bom scan -f json -o scan.json
agent-bom graph scan.json    # export graph from a saved JSON report

When to Use

  • "blast radius" / "what's the blast radius"
  • "threat intel" / "threat intelligence"
  • "risk score" / "risk scoring"
  • "attack path" / "attack paths"
  • "lateral movement"
  • "context graph" / "agent graph"
  • "who can reach what"

Commands

# Blast radius detail (verbose)
agent-bom scan --verbose

# Generate context graph
agent-bom scan -f json -o scan.json
agent-bom graph scan.json

Tools

Tool Description
blast_radius Map CVE impact chain across agents, servers, and credentials
context_graph Agent context graph with lateral movement analysis
analytics_query Query vulnerability trends, posture history, and risk scores

Examples

# Map blast radius of a specific CVE
blast_radius(cve_id="CVE-2024-21538")

# Build full context graph
context_graph()

# Query top CVEs by blast radius impact
analytics_query(query="top_blast_radius", days=30)

Example blast radius output:

CVE-2024-21538 — CRITICAL (CVSS 9.8, EPSS 0.94)
Blast Radius: 4 agents affected

  filesystem   [direct]  langchain 0.1.0 → CVE-2024-21538
    └─ github  [indirect] shares filesystem credential scope
    └─ slack   [indirect] accessible via filesystem tool call
  postgres     [direct]  langchain 0.1.0 → CVE-2024-21538

Recommended: Update langchain to ≥ 0.1.17

Guardrails

  • Analysis is read-only — no files are modified.
  • Only public CVE IDs are sent externally (to EPSS and vulnerability databases).
  • No internal config data, credentials, or agent details leave the machine.
  • Present blast radius findings clearly and ask the user whether to generate a remediation plan when CRITICAL CVEs are found.

Read the full file on GitHub · 134 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 e3484d4be99c
  2. 4d ago First seen · 134 lines · 56 tokens per session scan A 8c87e9f6a77e

Subscribe to this mod's changes

agent-bom-analyze is a skill published in the GitHub repository msaad00/agent-bom (31 stars, last pushed today), licensed Apache-2.0. It adds 56 tokens to every session and 1,171 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to agent-bom-analyze, differing in 17 lines, and is treated as a copy.

Related

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…

UnitOneAI/SecuritySkills · 89 tokens

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…

UnitOneAI/SecuritySkills · 83 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

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…

AgentSecOps/SecOpsAgentKit · 134 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)…

rohunj/claude-build-workflow · 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