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 commands/vyuh-labs/dxkit/bomgit clone --depth 1 https://github.com/vyuh-labs/dxkitWhat 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.00000 | $0.00887 |
| Opus 5 | $0.00000 | $0.00443 |
| Sonnet 5 | $0.00000 | $0.00177 |
| Haiku 4.5 | $0.00000 | $0.00089 |
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.
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>afternpm install -g @vyuhlabs/dxkit, ornpx @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 |
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.
- 2d ago First seen · 86 lines · 0 tokens per session scan A 8283398f03f5
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.
Other commands, from other repositories
brooks-audit
Run a Brooks-Lint architecture audit.
dispatch-worker
Run one in-session-agent Worker tick (RFC-0041 §4.3.1).
todo
The quality-gated task list: tasks with real descriptions, testable acceptance criteria, and evidence — a task only closes when the controller agrees it is done.
security
The security pass: secrets (blocking), SAST, dependency vulns — plus the index's entry points to review from.
init
Install the formatters this repository needs, with every command visible before it runs.
research
Research a technical or product question.