AIsbom Research Blog
Deep-dives, guides, and tutorials on securing the AI model supply chain.
What is an AI BOM? The AI Bill of Materials, Explained
An AI BOM (AI Bill of Materials) is a structured inventory of the model weights, training data, licenses, and frameworks behind an ML system. Why traditional SBOMs miss it, what to track, how CycloneDX and SPDX represent it, and how to generate one in seconds.
Read Article →
How to Detect Malware in a PyTorch Pickle File: A Hands-On Guide
A deep-dive tutorial explaining how PyTorch model pickles execute code, how exploit payloads work, and how to statically scan them for malware using Python's standard library.
Read Article →