AI governance control plane - compliance, inventory, incident response, and audit for AI agents
Project description
AIR Blackbox
AI governance control plane - compliance, inventory, incident response, and audit for AI agents.
Install
pip install air-blackbox
With framework support:
pip install air-blackbox[langchain] # LangChain trust layer
pip install air-blackbox[crewai] # CrewAI trust layer
pip install air-blackbox[openai] # OpenAI Agents SDK trust layer
pip install air-blackbox[all] # Everything
Four Commands
air-blackbox comply # EU AI Act compliance from live traffic
air-blackbox discover # Shadow AI inventory + AI-BOM generation
air-blackbox replay # Incident reconstruction from audit chain
air-blackbox export # Signed evidence bundle for auditors
Quick Start
from air_blackbox import AirBlackbox
air = AirBlackbox()
client = air.wrap(openai.OpenAI())
# Every LLM call is now HMAC-logged through the gateway
With framework auto-detection:
from air_blackbox import AirTrust
trust = AirTrust()
trust.attach(your_langchain_agent)
# Framework auto-detected. Audit trails active.
What It Does
| Command | What You Get |
|---|---|
comply |
Per-article EU AI Act status (Art. 9-15) from live gateway traffic |
discover |
AI-BOM (CycloneDX), shadow AI detection, model version tracking |
replay |
Full incident reconstruction, HMAC chain verification |
export |
Signed evidence package: compliance + AI-BOM + audit chain |
Links
- Website: airblackbox.ai
- Gateway: github.com/airblackbox/airblackbox
- Docs: gateway/docs
- License: Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
air_blackbox-1.12.3.tar.gz
(135.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
air_blackbox-1.12.3-py3-none-any.whl
(146.7 kB
view details)
File details
Details for the file air_blackbox-1.12.3.tar.gz.
File metadata
- Download URL: air_blackbox-1.12.3.tar.gz
- Upload date:
- Size: 135.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aed8dda421626110086c4cee945be55ab9ebda9892ffd2760c83699fc14260a
|
|
| MD5 |
b213a75c811b7f01b0dc114ccc08caeb
|
|
| BLAKE2b-256 |
64119d87c245b1f22edb58551eac771b96c1df788740795d4be759e6d15a88e7
|
File details
Details for the file air_blackbox-1.12.3-py3-none-any.whl.
File metadata
- Download URL: air_blackbox-1.12.3-py3-none-any.whl
- Upload date:
- Size: 146.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f465e6ff3c0aa93b6f56f40c4d9c0741479b2c751f60e47d8d093bb02d24e2e
|
|
| MD5 |
820c1d3ad0b67a8f6a0cec2b40e40a22
|
|
| BLAKE2b-256 |
70128d6f89a8830d9f47634958979fbed612ff947a2266c80fec0f62c945fbb3
|