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, all in one package.
| Package | What it does |
|---|---|
| air-blackbox | The core. EU AI Act scanner (51+ checks across Articles 9 to 15), trust-layer wrappers for 7 frameworks, HMAC-SHA256 audit chain, and ML-DSA-65 signed evidence bundles |
| air-gate | Pre-execution human-in-the-loop gating with Slack approvals |
| air-platform | Docker Compose full stack: gateway, episode store, policy engine, and runtime observability |
| air-blackbox-mcp | MCP server for Claude Desktop, Cursor, and Claude Code |
| compliance-action | GitHub Action for compliance checks on every PR |
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.