AIR Blackbox
Open-source compliance infrastructure for AI agents
Tamper-proof audit trails · PII tokenization · Policy enforcement · AI Bill of Materials
AIR Blackbox is the compliance layer between your AI agents and production. It records every LLM call, tool invocation, and agent decision into tamper-evident audit chains — so you can prove what your AI did, when, and why.
Built for teams shipping AI agents that need to meet EU AI Act requirements by August 2026.
Your Agent Code
│
▼
┌──────────────────┐
│ AIR Gateway │ ← reverse proxy, records every LLM call
│ (Go binary) │
└────────┬─────────┘
│
┌────┴─────┬──────────────┬─────────────────┐
▼ ▼ ▼ ▼
Audit PII Policy AI Bill of
Chain Tokenization Engine Materials
(HMAC) (DataVault) (risk tiers) (CycloneDX)
│ │ │ │
└────┬─────┴──────────────┴─────────────────┘
▼
Compliance Report
(Articles 9–15)
pip install air-blackboxFramework trust layers (drop-in, no code changes):
pip install air-langchain-trust # LangChain
pip install air-adk-trust # Google ADK
pip install air-crewai-trust # CrewAIFull stack (Gateway + Jaeger + Dashboard):
git clone https://github.com/airblackbox/air-platform
cd air-platform && make up| Repo | What it does |
|---|---|
| gateway | AI governance control plane — CLI, reverse proxy, audit trails |
| air-platform | Full stack deployment (Docker Compose) |
| compliance-action | GitHub Action — EU AI Act compliance checks on every PR |
| air-blackbox-mcp | MCP server for Claude Desktop and Cursor |
| air-gate | HMAC-SHA256 audit chain engine with tool gating |
| air-adk-trust | Trust layer for Google Agent Development Kit |
| Package | Version | Install |
|---|---|---|
| air-blackbox | — | pip install air-blackbox |
| air-langchain-trust | 0.2.0 | pip install air-langchain-trust |
| air-adk-trust | 0.3.0 | pip install air-adk-trust |
| air-crewai-trust | 0.1.0 | pip install air-crewai-trust |
EU AI Act enforcement begins August 2, 2026. Start now.