Banana Navy
Catalog FR
Lab · AI threat modeling · Detailed card

Data and supply chain poisoning

Durably contaminating knowledge or the model to weigh on every future answer.

CardF19
CategoryAI5-TB7 (data poisoning / RAG poisoning / supply chain)
Layers20 · Model & Supply Chain, 14 · LLM Interpretation
SystemAI voicebot

Only approved sources reach knowledge and the model.

The threat

untrusted content durably contaminates the knowledge base (RAG), the model (poisoned model) or the supply chain (vulnerable dependency, malicious package, outdated detector), influencing every future answer.

Blind spotWhy classic frameworks miss it

the database here is knowledge that expresses itself in the answers; poisoning is slow, diffuse, and looks like neither SQL injection nor a network compromise.

MitigationProposed approach

only approved ingestion writes to the base (no caller speech re-injected as-is), SBOM, digests and signatures of model artifacts, CVE scanning, adversarial benchmarks.

The proposed control
no unapproved content enters the base; model artifacts verified by digest.

Expected evidence
trace that no unapproved content can enter the KB and that model artifacts are digest-verified.

SourcesReferences and public research

OWASP GenAIOWASP GenAI LLM04:2025 Data and Model Poisoning · OWASP GenAI LLM03:2025 Supply Chain
Public researchPublic research sources: MITRE ATLAS 2026.07 (verified technique mapping), OWASP GenAI, and the public risk-voicebot (aivansoul/risk-voicebot) template defining the 20 checkpoints. No client registry data: generic card, no rating, no verdict.

Explore the 20 security layers

MITRE ATLAS 2026.07 · OWASP GenAI · risk-voicebot