Model Cards
Model cards document what a model does, how it was trained, its limitations, and safety evaluations. OpenAI publishes system cards for GPT-5; Google uses a Govern-Map-Measure-Manage framework; Microsoft releases annual Responsible AI Transparency Reports.
The problem: a 2025 analysis found 947 unique section names across frontier model cards, with safety information under 97 different labels. Frontier labs achieve ~80% transparency compliance; most providers fall below 60%.
AI Bill of Materials (AI-BOM)
An AI-BOM is a structured inventory of every AI component: trained models, training datasets, inference APIs, agent dependencies, MCP servers, and tool integrations. Traditional SBOM tools miss AI artifacts.
EU AI Act Article 53 (Aug 2025) requires a complete AI component inventory. Over 60% of AI usage is undocumented — “shadow AI” that bypasses security review.
# AI-BOM tools
# Trusera AI-BOM (open-source)
# 13 scanners, 9 output formats
# Detects LLM providers, agent frameworks,
# API keys, cloud AI services
$ pip install ai-bom
$ ai-bom scan ./my-project
# AIsbom (ML artifact scanner)
# Supports PyTorch, Safetensors, GGUF
# Drift detection, strict-mode policies
$ aisbom scan model.safetensors
# OWASP AIBOM project: standardizing
# the schema (CycloneDX extension)