// TECHNICAL LOGS

AIsbom Research Blog

Deep-dives, guides, and tutorials on securing the AI model supply chain.

May 28, 2026 10 min read

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 →
May 24, 2026 7 min read

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 →