Model artifact from unverified source
ID |
model-artifact-from-unverified-source |
Severity |
high |
Remediation Complexity |
medium |
Remediation Risk |
low |
Remediation Effort |
medium |
OWASP LLM |
LLM03:2025 — Supply Chain |
OWASP ASI |
ASI04:2026 (secondary ASI05:2026) |
Family |
LLM03 — Supply Chain |
Red-team vectors |
RAG Poisoning, Sandbox Escape / RCE |
Tags |
ai_security |
Description
A model artifact (.safetensors, .gguf, .bin, .pt, *.onnx, …) is downloaded from a host that is not in the trusted model-source allowlist, with no hash or provenance evidence on the reference. Model files are executable content (deserializers run code on load), so pulling one from an unvetted origin is a supply-chain compromise vector.
The trusted verdict comes from the bundled trusted-source pack plus the per-scan --model-source-allowlist extension, so approving an internal mirror clears the finding with no code change.