Supply Chain Risk for Models, Tools, and Dependencies
Explore strategies to identify, assess, and mitigate supply chain risks in AI systems, focusing on model updates, tool endpoint trust, build dependency provenance, and configuration drift. Learn to establish acceptance criteria, monitor changes, and enforce rollback mechanisms to ensure secure and reliable AI deployments.
Tool and agent controls assume the tool, the model, and their dependencies stay what they were reviewed to be. None of them actually do. Each can change on its own schedule, without any code change on this side. A reputable model provider is not a security control. The architecture still depends on an externally operated and mutable component that can change system behavior or widen data exposure without any code change at all: the model routed, the set of tool servers in the MCP tool inventory, and the configuration that binds these together at runtime.
Supply chain risk in an enterprise GenAI system is any external or mutable dependency that can alter an output, a permission, or a data flow over time. Aim for reviewability as the control objective. Give every dependency explicit acceptance criteria, a verification hook, and an owner, so an upgrade or a change gets evaluated as a planned change rather than discovered as drift.
The diagram shows a dependency and trust map that separates an externally operated dependency from an internally controlled one across model routing, tool endpoints, build pipelines, and configuration sources.