How it works
- Upload a file (GGUF/ONNX) or provide a Hugging Face repo/file path.
- We stream the upload, compute SHA256, and parse headers/graphs safely (no model execution).
- We correlate metadata with public CVE sources where applicable.
- We generate a clean HTML report plus a machine-readable
.llmscanJSON. - We provide next steps (e.g., update, isolate, validate, rebuild).
Findings vs. Suspicions
A “finding” is a concrete property (e.g., external data reference). A “suspicion” is a heuristic that warrants review.
Safety
Scanning is static and sandboxed; we do not run arbitrary code from model files.