By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: CycodePublished February 2, 2026

TL;DR: AI Bill of Materials programs are meant to track models, datasets, prompts, dependencies, and controls across the AI lifecycle, but Cycode says only 19% of organisations have full visibility into where and how AI is used in development. The governance gap is no longer theoretical because undocumented AI changes create audit, compliance, and supply chain risk faster than manual inventories can keep up.


At a glance

What this is: This guide explains how an AI Bill of Materials creates a continuously updated inventory of AI assets and the key finding is that most organisations still lack full AI visibility in development.

Why it matters: For IAM, NHI, and AI governance teams, the lesson is that production AI cannot be governed reliably without traceable ownership, lifecycle controls, and policy enforcement across tooling and workflows.

By the numbers:

👉 Read Cycode's guide to AI bill of materials governance and automation


Context

AI Bill of Materials, or AIBOM, is a governance problem before it is a documentation problem. When models, datasets, prompts, dependencies, and controls are split across development tools, pipelines, and spreadsheets, organisations lose the ability to prove what is running and who approved it. That creates a familiar identity security pattern: ownership exists in theory, but lifecycle control is fragmented in practice.

The article is relevant to IAM and NHI programmes because AI systems increasingly depend on service accounts, API keys, tokens, and pipeline permissions to move from training to production. The same visibility and accountability gaps that weaken secrets governance now affect AI assets, which means AIBOMs sit at the intersection of AI governance, workload identity, and software supply chain control.


Key questions

Q: How should security teams implement an AIBOM in CI/CD pipelines?

A: Start by making the AIBOM a live control object rather than a document. Tie discovery to pull requests, builds, and deployments so new models, datasets, prompts, and dependencies are captured automatically. Then require approval state, provenance, and policy checks before promotion. That keeps the inventory current enough to support audit, drift detection, and release decisions.

Q: Why do AI agent identities need lifecycle governance as well as authentication controls?

A: Because the risk is not only whether an agent can authenticate, but whether it can be created, delegated, monitored, and retired in a controlled way. If lifecycle is weak, a valid agent identity can outlive its business purpose, inherit excess access, or remain associated with old configuration. That creates the same kind of residual exposure seen in other NHI programmes.

Q: What do security teams get wrong about AI governance inventories?

A: They often inventory only the AI they built themselves and miss embedded AI inside vendor platforms and other shadow AI. That creates a false sense of control because the real decision surface is broader than the visible project list. A useful inventory must cover models, use cases, agents, owners, and the approvals attached to each one.

Q: How do teams know if an AIBOM is actually working?

A: An AIBOM is working when auditors can trace each production AI system back to its model version, dataset lineage, prompt set, dependency chain, and approval history without manual reconstruction. If that trace requires spreadsheets or ad hoc interviews, the AIBOM is not yet functioning as a control.


Technical breakdown

What an AIBOM actually inventories

An AIBOM is not just a list of models. It records the AI components that determine how a system behaves in production, including datasets, prompts, dependencies, infrastructure, and policy controls. That matters because AI risk rarely comes from a single artifact. It emerges when the model version, training data, access path, and approval status are all changing independently. In governance terms, the AIBOM becomes the system of record for traceability, ownership, and change control across the AI lifecycle.

Practical implication: teams need a living inventory that ties each AI component to an owner, a control state, and a deployment location.

Why manual AIBOMs fail in CI/CD pipelines

Manual documentation breaks down because AI systems change too quickly. Models are retrained, prompts are edited, datasets are refreshed, and dependencies shift many times per day. If the inventory is updated after the fact, it becomes stale before anyone can use it for review or audit. Automation is therefore not a convenience feature, it is the mechanism that keeps governance aligned with runtime reality. Without it, shadow AI components and unapproved changes slip past review.

Practical implication: embed AIBOM updates into build, merge, and deployment workflows rather than relying on periodic inventory refreshes.

How AIBOMs support model provenance and policy enforcement

AIBOMs matter most when they connect provenance to enforcement. Provenance answers where a model or dataset came from and what changed, while policy enforcement decides whether that change should be allowed into production. The article’s core point is that AI governance becomes operational only when inventory, validation, and drift detection are wired into the same control path. That is also where identity intersects: the systems that train, approve, and deploy AI must be governed like privileged actors, not just application code.

Practical implication: require provenance checks, drift alerts, and policy gates before any AI artifact is promoted to production.


Threat narrative

Attacker objective: The objective is to introduce or preserve unverified AI components in production so that governance, audit, and risk controls cannot reliably detect or stop them.

  1. Entry begins when new AI models, datasets, prompts, or dependencies are introduced into development without continuous inventory control.
  2. Escalation occurs when unapproved changes, drift, or shadow AI components are promoted through pipelines without policy enforcement or ownership clarity.
  3. Impact follows when teams can no longer prove provenance, validate compliance, or contain the blast radius of a compromised or misused AI system.

NHI Mgmt Group analysis

AI governance debt is becoming a board-level identity problem. The article shows that AIBOMs are not simply documentation artefacts. They are control surfaces for ownership, traceability, and change approval across AI systems that increasingly depend on privileged infrastructure and machine credentials. When those relationships are not mapped, governance fails before the model ever reaches production. Practitioners should treat AIBOM coverage as part of the identity and access control estate, not as a separate AI inventory exercise.

Shadow AI is the AIBOM analogue of shadow IT, but with faster failure modes. AI components can be added, replaced, or retrained multiple times per day, which means static inventories are obsolete almost immediately. That is why automation is the named concept here: a living, continuously updated AIBOM is the only practical way to keep provenance, approval, and drift signals aligned. Teams should assume undocumented AI changes are normal unless controls are built to surface them continuously.

The governance failure is not lack of policy, it is lack of enforceable linkage between policy and runtime behavior. The article correctly argues that controls must sit inside CI/CD, but the deeper issue is that many organisations still separate policy writing from deployment enforcement. That gap lets unapproved AI artifacts move through the same delivery paths as approved ones. Security and compliance teams should push for policy gates that are operationally embedded, not paper-based.

AIBOMs expose the same control pattern that underpins mature identity programmes: explicit ownership plus lifecycle enforcement. The parallel to IAM and NHI governance is direct. If teams cannot say who owns an AI asset, when it changed, and what approvals govern it, then the environment is already outside disciplined control. Practitioners should use AIBOMs to extend lifecycle governance from identities to AI systems that behave like identities in the pipeline.

AI supply chain risk now includes provenance, dependency trust, and runtime drift in one control plane. The article’s strongest point is that AI risk is not limited to model quality. It spans the entire path from data sourcing to deployment, which means governance needs to correlate source integrity, dependency exposure, and policy violations together. Teams should align AIBOM work with broader software supply chain and identity governance efforts rather than treating it as a standalone compliance artifact.

What this signals

AI governance debt: once AI assets are distributed across code, pipelines, and runtime, organisations need a control plane that can prove provenance rather than just record intent. That is why AIBOM work should be aligned with NIST AI 600-1 GenAI Profile and mapped to security controls such as NIST Cybersecurity Framework 2.0.

The operating signal for practitioners is simple: if AI asset discovery cannot keep pace with CI/CD and model updates, governance will lag behind production reality. Teams should expect greater pressure to link AI inventories to access control, change approval, and audit evidence, especially where service accounts or other machine identities move AI artifacts through the delivery chain.


For practitioners

  • Define AIBOM ownership by system and environment Assign an accountable owner to every AI model, dataset, prompt set, and dependency that enters development, test, or production. Map each item to its deployment environment so security and audit teams can answer who approved it and where it runs.
  • Automate AIBOM updates in delivery workflows Connect discovery and metadata capture to build, merge, and deployment events so inventories stay current as components change. Manual spreadsheets should be treated as reference material only, not as the control source.
  • Gate promotion on provenance and policy checks Block release of AI artifacts unless the model version, training data source, dependency chain, and approval state are all verified. Use the same gate to flag drift, unapproved retraining, and policy violations before production promotion.
  • Correlate AI inventory with identity and secrets controls Link AIBOM records to the service accounts, API keys, tokens, and pipeline permissions that move AI into production. This lets teams see whether privileged access is consistent with the asset’s approval and runtime state.

Key takeaways

  • AIBOMs turn AI governance into an operational inventory problem, not a static documentation exercise.
  • Cycode’s research shows that only 19% of organisations can see where and how AI is used across development, which makes drift and shadow AI hard to control.
  • Practitioners should connect AI inventory, provenance, and policy enforcement to the identity and pipeline controls that actually move models into production.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST AI 600-1, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The post covers AI system governance, prompts, and policy enforcement across the lifecycle.
NIST AI RMFGOVERNAIBOMs are primarily about governance, accountability, and lifecycle oversight.
NIST AI 600-1The article addresses generative AI governance and provenance in production workflows.
NIST CSF 2.0PR.AC-4The article links AI inventory control to access governance and change control.
NIST SP 800-53 Rev 5CM-8AIBOM inventory functions align with configuration management and system component tracking.

Assign explicit AI accountability and governance checkpoints across the model lifecycle.


Key terms

  • AI bill of materials: An inventory of the components used by an AI development environment, including models, plugins, hooks, skills, and agent integrations. It gives security teams visibility into what is operating in the stack so they can assess trust, dependency risk, and governance coverage.
  • Model Provenance: Model provenance is the evidence chain showing where an AI artefact came from, how it was modified, and whether the version in use is the one that was approved. For AI security teams, provenance is the control that turns trust from assumption into verification.
  • Shadow AI: AI agents, copilots, or connected tools operating without full visibility or governance from security teams. Shadow AI becomes an identity problem when those systems authenticate with unmanaged tokens, service accounts, or OAuth apps that can reach production resources.
  • AI Drift: A change in model behaviour over time caused by new data, retraining, shifting prompts, or changing usage patterns. Drift can degrade accuracy, alter risk posture, or violate policy, which is why it needs continuous detection rather than periodic review.

What's in the full article

Cycode's full blog post covers the operational detail this post intentionally leaves for the source:

  • The six-step AIBOM program model with scope, ownership, and inventory design details for production teams.
  • Examples of how Cycode ties AIBOM updates to pull requests, builds, and deployment workflows.
  • The article's operational breakdown of model provenance, drift alerts, and policy enforcement inside delivery pipelines.
  • The discussion of how AIBOMs connect to SBOM and ASPM workflows for unified risk handling.

👉 Cycode's full post covers the AIBOM workflow, automation patterns, and delivery pipeline controls in more detail.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It gives identity and security practitioners a practical way to connect lifecycle control with the systems that carry AI into production.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org