The flight recorder for autonomous AI agents. Record, replay, enforce, audit, with post-quantum signed evidence.
One proxy swap. Complete coverage. Runs locally.
pip install air-blackbox
air-blackbox comply --scan . -v51+ compliance checks across EU AI Act Articles 9, 10, 11, 12, 13, 14, and 15. Maps to ISO 42001, NIST AI RMF, and Colorado SB 24-205. ML-DSA-65 post-quantum signed, HMAC-SHA256 tamper-evident audit chains. Self-verifying evidence bundles. Trust layers for 7 frameworks.
| Package | What it does |
|---|---|
| air-blackbox | EU AI Act scanner, 51+ checks, ML-DSA-65 signed evidence bundles |
| air-trust | Cryptographic primitives and trust layer wrappers for 7 frameworks |
| air-gate | Pre-execution human-in-the-loop gating with Slack approvals |
| air-controls | Live agent visibility, timelines, cost tracking, kill switch |
| air-platform | Docker Compose full stack in one command |
| air-blackbox-mcp | MCP server for Claude Desktop, Cursor, Claude Code |
| air-controls-mcp | MCP server for runtime agent visibility |
| air-blackbox-plugin | Claude Code plugin (slash commands for the scanner) |
| compliance-action | GitHub Action for compliance checks on every PR |
Plus 3 OTel processors (otel-prompt-vault, otel-collector-genai, otel-semantic-normalizer) for redaction, cost metrics, and schema normalization.
Every other AI audit trail signs with HMAC or RSA. Both will be breakable by quantum computers within the retention window of records being generated right now. AIR Blackbox signs every record with ML-DSA-65 (FIPS 204), NIST's standardized post-quantum signature scheme. Keys generated locally, never leave your machine.
Trust layers for LangChain, CrewAI, OpenAI Agents SDK, Anthropic Claude Agent SDK, Google ADK, AutoGen, and Haystack. Same audit chain, native integration.
pip install air-blackbox
# Gap analysis
air-blackbox comply --scan . -v
# Find undeclared model calls
air-blackbox discover
# Generate signed evidence package
air-blackbox exportFull stack (Gateway + Episode Store + Policy Engine + observability):
git clone https://github.com/airblackbox/air-platform.git
cd air-platform && make up # running in ~8 seconds- airblackbox.ai -- website and docs
- airblackbox.ai/console -- web UI (coming June 2026)
- airblackbox.ai/demo -- interactive demos
- PyPI -- 14,000+ downloads
Apache 2.0. EU AI Act high-risk deadline: August 2, 2026.