Review scope and evidence labels

This page defines Model Supply Chain Security as the security concept for AI and machine-learning components, data, dependencies and delivery pipelines.

Evidence labels used on this page:

  • Official guidance — based on public official guidance such as NIST or CISA material.
  • Official documentation — based on public documentation for SBOM and supply-chain transparency.
  • Community security guidance — based on public security community material such as OWASP.
  • Author analysis — interpretation for AI security, architecture, governance and operational risk on this site.
  • Implementation evidence required — local records that must exist before a mitigation can be treated as operating.

This entry is a public Research profile. It does not claim that an SBOM alone proves an AI system is secure.

Concept snapshot

FieldValue
CategoryAI, ML and software supply-chain security
Research typeConcept
Core questionCan the organisation prove where models, data, dependencies and AI components came from and how they are maintained?
Main scopeModels, datasets, embeddings, prompts, packages, containers, pipelines, registries, licenses, vulnerabilities and deployment approvals
Main risksUntrusted models, poisoned data, vulnerable packages, weak provenance, license exposure, stale dependencies and missing rollback evidence
Companion methodsSBOM, Secure AI-Assisted Development, AI Security Architecture, OWASP LLM Top 10, Audit Evidence
Review statusPublic guidance reviewed; local implementation depends on model sources, registries, CI/CD and governance process

What Model Supply Chain Security means

AI applications inherit supply-chain risk from software packages, model artifacts, datasets, embeddings, prompt templates, containers and provider integrations. Evidence: Official guidance; Community security guidance; Author analysis.

The model is only one component. A production AI system also depends on retrieval pipelines, application code, vector databases, plugins, API clients, monitoring libraries and deployment automation. Evidence: Author analysis.

For this site, Model Supply Chain Security connects SBOM thinking with AI Security Architecture: every important component should have provenance, ownership, update process and retained evidence. Evidence: Author analysis; Implementation evidence required.

What it is not

Model Supply Chain Security is not:

  • only scanning npm or Python packages,
  • only trusting a popular model repository,
  • only checking model performance,
  • only a license review,
  • proof that training data was safe,
  • proof that generated output will be correct,
  • a replacement for threat modeling and monitoring.

The practical output is a controlled path from source to deployment with evidence for components, approvals and changes. Evidence: Official guidance; Author analysis.

Practical review checklist

AreaPractical questionEvidence to retain
Model sourceWhere did the model come from and who approved it?Source URL, version, hash, approval record
Dataset/source dataWhat data was used for training, tuning or retrieval?Data inventory, classification, owner review
DependenciesWhich packages, containers and services are required?SBOM, lockfiles, vulnerability scan output
ProvenanceCan artifacts be traced from source to deployment?Build logs, signatures, checksums, release notes
Registry controlsWho can publish or replace AI artifacts?Access-control records, registry policy
Update processHow are vulnerabilities and model updates handled?Patch cadence, rollback plan, exception log
Runtime monitoringCan unexpected model/component behavior be investigated?Telemetry, alert rules, incident records

Evidence: Official guidance; Official documentation; Author analysis.

Relationship to existing Research entries

Model Supply Chain Security connects to:

  • SBOM — component transparency is a foundation for supply-chain evidence.
  • Secure AI-Assisted Development — AI-generated and AI-enabled code still needs secure delivery controls.
  • AI Security Architecture — architecture must show model, data and dependency trust boundaries.
  • AI Threat Modeling — abuse cases should include poisoned artifacts and dependency compromise.
  • OWASP Top 10 for LLM Applications — supply-chain risks are part of LLM application security.
  • AI Governance — model and dataset choices require ownership and risk acceptance.
  • Audit Evidence — provenance and change control must be retained.

Governance relevance

Model supply-chain security is governance-relevant because AI systems may rely on opaque external artifacts, fast-moving packages and changing hosted services. Decision makers need evidence about what was deployed, why it was trusted and how it can be updated or rolled back. Evidence: Author analysis; Implementation evidence required.

Useful governance outputs include component inventory, model register, dataset register, SBOM, vulnerability-management process, approval workflow, exception log and incident-response plan. Evidence: Author analysis.

Current limitations and follow-up research

This page is a concept profile. Real assessment requires local model sources, registries, CI/CD process, package ecosystem, deployment platform, data ownership model and monitoring requirements.

Follow-up Research nodes should cover:

  • Model Provenance,
  • AI Bill of Materials,
  • Dataset Governance,
  • Secure Model Registry,
  • AI incident response.