AI Supply Chain Attack Reference Guide

Reference guide to AI-specific supply chain attack patterns

Ad placeholder (leaderboard)

AI supply chain attack reference

The AI supply chain inherits every classic software risk and adds new ones: model weights are opaque binaries that can hide backdoors, training data can be poisoned to implant hidden behaviors, and retrieval layers ingest third-party text that can carry prompt injection. This is a filterable, offline reference to the major patterns, each with its vector, impact, and mitigations.

How it works

Browse the catalog or filter by category — model, data, dependency, or retrieval-layer attacks. Each entry describes how the attack is delivered, what an attacker gains, and the specific controls that reduce the risk. The content is static and runs entirely in your browser; nothing is sent anywhere.

Notes and tips

  • Prefer safetensors over pickle-based weight formats: loading a malicious pickle can execute arbitrary code on your machine.
  • Pin and hash-verify every dependency, and use a private package index with namespace protection to defeat dependency confusion.
  • Treat retrieved/RAG content as untrusted input — never let retrieved text silently override system instructions, and sandbox any tools the model can call.
Ad placeholder (rectangle)