Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 025

AI Bill of Materials (AIBOM)

What is AI Bill of Materials (AIBOM)?

AI Bill of Materials (AIBOM)A machine-readable inventory of every component that goes into an AI system — datasets, base models, fine-tuning data, libraries, prompts, and evaluation artifacts — used for security, compliance, and accountability.


An AIBOM extends the SBOM concept from software to AI systems. Initiatives such as CISA's AIBOM working group, SPDX 3 AI Profile, CycloneDX ML-BOM, and the EU AI Act's technical-documentation requirements prescribe metadata: dataset provenance and licenses, base-model identifiers and versions, fine-tuning recipes, hyper-parameters, evaluation results, and known limitations. AIBOMs help organisations trace the impact of a poisoned dataset or backdoored base model, demonstrate regulatory compliance, manage AI supply-chain risk, support model recall, and feed vulnerability databases (OSV-AI, MITRE ATLAS). Mature MLSecOps programs generate AIBOMs automatically from training pipelines and store them alongside signed model artefacts.

Examples

  1. 01

    A CycloneDX ML-BOM file attached to a model release listing the base model, datasets, and fine-tuning data with hashes.

  2. 02

    An AIBOM used during incident response to identify every product affected by a vulnerable upstream embedding model.

Frequently asked questions

What is AI Bill of Materials (AIBOM)?

A machine-readable inventory of every component that goes into an AI system — datasets, base models, fine-tuning data, libraries, prompts, and evaluation artifacts — used for security, compliance, and accountability. It belongs to the AI & ML Security category of cybersecurity.

What does AI Bill of Materials (AIBOM) mean?

A machine-readable inventory of every component that goes into an AI system — datasets, base models, fine-tuning data, libraries, prompts, and evaluation artifacts — used for security, compliance, and accountability.

How does AI Bill of Materials (AIBOM) work?

An AIBOM extends the SBOM concept from software to AI systems. Initiatives such as CISA's AIBOM working group, SPDX 3 AI Profile, CycloneDX ML-BOM, and the EU AI Act's technical-documentation requirements prescribe metadata: dataset provenance and licenses, base-model identifiers and versions, fine-tuning recipes, hyper-parameters, evaluation results, and known limitations. AIBOMs help organisations trace the impact of a poisoned dataset or backdoored base model, demonstrate regulatory compliance, manage AI supply-chain risk, support model recall, and feed vulnerability databases (OSV-AI, MITRE ATLAS). Mature MLSecOps programs generate AIBOMs automatically from training pipelines and store them alongside signed model artefacts.

How do you defend against AI Bill of Materials (AIBOM)?

Defences for AI Bill of Materials (AIBOM) typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for AI Bill of Materials (AIBOM)?

Common alternative names include: AIBOM, ML-BOM.

Related terms

See also