Tools

Introduces the key features and usage of open source tools that generate and analyze AI SBOMs, with actual execution screens.

This section covers open source tools that automate AI SBOM compliance. It summarizes each tool’s key features, installation, and usage together with actual execution results. This elaborates, tool by tool, on the categories seen in the automation maturity map in 3.9 AI SBOM.

There is a boundary worth stating honestly. Tools generate a BOM automatically, but they cannot guarantee that the license information in the generated BOM is accurate or that no components are missing. In the tool comparison below, OWASP AIBOM Generator fills in license information from model cards, while cdxgen quickly identifies dependencies but leaves the license field empty. Look at this difference when choosing a tool.

Tools at a Glance

ToolInputOutputStrengthsCovered In
OWASP AIBOM GeneratorHugging Face model IDCycloneDX 1.6/1.7Model card and license metadata, completeness scoreGo to section
cdxgenProject directory, model filesCycloneDXAutomatic dependency identification, CI/CD integrationGo to section
Lab700x, Trivy, SyftModel binaries, containers, virtual environmentsReports, SBOMStatic model analysis, inference server and package identificationGo to section

Each tool automates part of the generation, analysis, or management stage. No single tool solves everything, so combine tools that generate AI SBOMs (OWASP AIBOM Generator, cdxgen) with tools that analyze security (Lab700x, Trivy) and a tool that manages them (Dependency-Track).


OWASP AIBOM Generator

Explains how to use the OWASP tool that generates a CycloneDX-format AI SBOM from a Hugging Face model and scores its completeness, together with actual execution screens.

cdxgen

Explains how to use the AI BOM mode of OWASP cdxgen, which generates a CycloneDX SBOM from projects and models, together with actual execution output.

Model and Container Scanners (Lab700x, Trivy, Syft)

Introduces the key features and usage of security scanners that analyze AI model binaries, inference servers, and AI packages.

Last modified August 9, 2026: 전체 콘텐츠 영어판 추가 (608dd718)