SBOM Maker
SkillDev toolsDerive a CycloneDX software bill of materials from a supplied lockfile deterministically, digest-bound to the exact bytes, with license risks surfaced and unsupported or unpinned lockfiles refused.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the SBOM Maker skill
What this skill tells your AI
The instructions your AI receives, as published by runxhq/runx in skills/sbom-maker/SKILL.md and read by ahel’s review.
Turn one lockfile into a verifiable component inventory. The caller supplies
the parsed lockfile; nothing is fetched, so the same input always seals the
same SBOM. This is the inventory layer of the security pipeline: sbom-maker
derives what is present, cve-audit detects what is vulnerable.
Procedure
- Native
data.digestbinds the exact lockfile object; the SBOM serial number and metadata carry that digest, so the inventory cannot drift from its source. - Deterministic extraction reads the modern
packagesmap (or the classic nesteddependenciesmap) and keeps only pinned components with versions, each with its evidence location inside the lockfile. - Licenses are normalized, counted, and risk-flagged: strong copyleft is
high, weak copyleft ismedium, missing license evidence isreview. Risks are surfaced, never suppressed. - A lockfile that is not an object, carries no dependency map, or pins no components refuses with findings instead of emitting an empty inventory.
To inventory a remote lockfile, compose web-fetch for the governed read and
pass its content here; the digest binds whatever bytes were supplied.
Output
sbom_result (runx.sbom.v1) carries decision (generated, refused),
the CycloneDX 1.5 sbom or null, component_count, license_summary,
license_risks, validation, and the lockfile digest.
Inputs are lockfile and optional lockfile_type (package-lock,
npm-shrinkwrap).
Signals
- GitHub stars
- 87
- Forks
- 101
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
sbom-maker- Source
- github.com/runxhq/runx