Skip to content
@airblackbox

AIR Blackbox

The flight recorder for autonomous AI agents — record, replay, enforce, audit

AIR Blackbox
Open-source compliance infrastructure for AI agents

Tamper-proof audit trails · PII tokenization · Policy enforcement · AI Bill of Materials


What is AIR Blackbox?

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.

Architecture

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)

Get Started

pip install air-blackbox

Framework 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      # CrewAI

Full stack (Gateway + Jaeger + Dashboard):

git clone https://github.com/airblackbox/air-platform
cd air-platform && make up

Repositories

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

PyPI Packages

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

Links


EU AI Act enforcement begins August 2, 2026. Start now.

Pinned Loading

  1. gateway gateway Public

    AI governance control plane — EU AI Act compliance, AI-BOM, shadow AI detection, and tamper-proof audit trails. pip install air-blackbox

    Python 10

  2. air-platform air-platform Public

    Full-stack AIR Blackbox deployment — Gateway + Episode Store + Policy Engine + Jaeger (Docker Compose)

    Python 7

  3. air-blackbox-mcp air-blackbox-mcp Public

    MCP server for EU AI Act compliance scanning — scan, analyze, and remediate Python AI agents

    Python 1 2

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…