Skip to content

Category 10 of 12 · Controls: Where models, servers, and skills come from

Model and agent supply chain

Scanning and vetting of models, MCP servers, agent skills, and extensions before they are installed, to catch malicious or vulnerable components.

Mitigates: ASI04 Agentic Supply Chain Vulnerabilities, LLM03 Supply Chain, LLM04 Data and Model Poisoning · MITRE ATLAS AML.T0010, AML.T0018

Vendors, by signal score

Ranked within this category only. How the score works.

Also covers this category

Questions to ask a vendor

  1. Does it scan model files for embedded code and backdoors?
  2. Does it vet MCP servers and skills before an agent can install them?
  3. Does it keep a bill of materials for every agent?

Go deeper

FAQ

What is an agentic supply chain attack?
A malicious or compromised model, MCP server, skill, or library that an agent loads, giving the attacker a foothold inside a trusted workflow.
Can a model file run code?
Some serialization formats execute code when loaded. Model scanning checks for that before the file reaches production.