AI Bill of Materials
CycloneDX 1.6 AI BOM — the supply-chain artifact a CISO, an auditor, and an insurer all need to see before they say yes.
CycloneDX 1.6 (capabilities → AI/ML) JSON or XML. Each component declares supplier, version, hash, license, and provenance attestations.
Provider, model family, version pinning, training-data summary citation, system-card link, RSP/RAI-policy URL.
Dataset cards, license tags, opt-out provenance, PII redaction policy, evaluation suites.
Each prompt template, tool, and MCP capability is a versioned component. Linked back to receipts.
SBOM rolled in (npm, PyPI, Cargo, Go modules) — the AI BOM extends a normal SBOM rather than replacing it.
{ "bomFormat": "CycloneDX", "specVersion": "1.6", "version": 1, "metadata": { "timestamp": "2026-05-19T01:21:00Z", "tools": [{ "name": "agentics-bom", "version": "1.0.0" }] }, "components": [ { "type": "machine-learning-model", "name": "claude-opus-4-6", "supplier": { "name": "Anthropic" }, "version": "claude-opus-4-6", "modelCard": { "modelParameters": { "datasets": [], "inputs": [], "outputs": [] }, "considerations": { "useCases": ["general-purpose-llm"] } } }, { "type": "data", "name": "customer-redacted-conversations", "hashes": [{ "alg": "SHA-256", "content": "e3b0c4..." }] } ], "declarations": { "affirmations": ["EU_AI_ACT_ART9-17", "NIST_AI_RMF", "ISO_42001"] } }
Pull the BOM for any registered system. The export anchors a SHA-256 hash of the BOM to the public Solana ledger.