The Supply Chain Record for Artificial Intelligence.
Statically scan ML models to generate secure AI Bill of Materials (AI BOMs). Detect malware, license risks, and model drift in PyTorch, Safetensors, and GGUF.
Here's a live scan of a model you've heard of.
Real output from aisbom scan hf://google-bert/bert-base-uncased. No download required โ we
inspect headers over HTTP.
| Filename | Framework | Security Risk |
|---|---|---|
| Loading SBOM... | ||
Why "Generic" Security Tools Miss the Mark
AI Models are binary artifacts, not just text files. Traditional scanners are blind to them.
Surface Level Scan
Only scans text manifests. Misses the actual compiled model risks.
Artifact Introspection
Decompiles tensors and inspects serialized data structures for risks.
Infrastructure, Not Paperwork.
Spreadsheets don't scale. We integrate directly into your training pipeline to create a dynamic, immutable record of truth.
01. Remote Streaming
Audit models on Hugging Face (hf://) without downloading terabytes of weights. We use HTTP Range requests to inspect headers and signatures over the wire.
02. Drift Detection
Stop silent changes. Run aisbom diff production.json candidate.json to detect drift in model hashes, licenses, or dependencies between commits.
03. Strict Mode Policy
Move beyond blocklists. Use --strict to enforce an allowlist-only policy, flagging any unknown import or library as a CRITICAL risk.
Ready to start?
Two ways in, both free.
Scan a model now
Try AISBOM live on a popular Hugging Face model. No download, no signup.
Scan a model now โInstall the CLI
Add deep model introspection to your CI/CD pipeline in 30 seconds.
pip install aisbom-cli