bom

A command that creates a Bill of Materials, a package-by-package inventory of a software project's dependencies. It combines package versions with licenses, security vulnerabilities, evidence about whether code is used, KEV and EPSS risk data, and upgrade advice.

In plain words
What is it for?
Use it to audit dependencies, inspect top-level and transitive packages, review vulnerabilities and licenses, export JSON or XLSX reports, and plan upgrades with the dxkit command.
Why use it?
It brings dependency, license, and security information into one report instead of requiring separate checks. It can also include nested projects in a monorepo, which is a repository containing multiple related projects.

Command

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 commands/vyuh-labs/dxkit/bom
Clone the repo
git clone --depth 1 https://github.com/vyuh-labs/dxkit
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 887 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00887
Opus 5 $0.00000 $0.00443
Sonnet 5 $0.00000 $0.00177
Haiku 4.5 $0.00000 $0.00089

Measured 2d ago against content hash 8283398f03f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bom 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 2d ago.

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.

docs/commands/bom.md · 86 lines

How it starts

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

vyuh-dxkit bom

Run as: vyuh-dxkit <cmd> after npm install -g @vyuhlabs/dxkit, or npx @vyuhlabs/dxkit <cmd> for one-shot use. Examples on this page use the short form.

Bill of Materials. The unified package-centric view — every dependency with its license, vulnerabilities, reachability evidence, KEV/EPSS enrichment, composite Risk score, and an actionable upgrade plan.

Usage

vyuh-dxkit bom [path] [options]

Options

Option Effect
--detailed Write detailed report + JSON (every package row, full vuln join)
--xlsx Also write 15-column BOM XLSX
--filter top-level Only top-level deps; transitives roll up under each top-level (default: all)
--no-nested Don't scan sub-projects (monorepo case); default behavior aggregates every nested manifest
--json Stdout JSON
--no-save Skip files

What's joined

For every package across every active pack's lockfile, the BOM stitches:

Source What
Package manifest Name, version, top-level/transitive flag, parent chain
License Per-package license from the licenses capability
Vulnerabilities Every advisory affecting this exact version (osv-scanner / npm-audit / pip-audit / govulncheck / cargo-audit)
KEV catalog CISA "known exploited" flag () when any advisory's CVE is in KEV
EPSS Probability of exploitation in 30 days (percentage)
Reachability Whether the source actually imports this package — / / blank
Risk Composite 0-100 score (CVSS × EPSS × KEV × reachability)
Upgrade plan Patch version + breaking-change flag where available

Read the full file on GitHub · 86 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. 2d ago First seen · 86 lines · 0 tokens per session scan A 8283398f03f5

Subscribe to this mod's changes

bom is a command published in the GitHub repository vyuh-labs/dxkit (10 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 887 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.