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/gateway
- 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.6.2.tar.gz
(120.6 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.6.2-py3-none-any.whl
(124.4 kB
view details)
File details
Details for the file air_blackbox-1.6.2.tar.gz.
File metadata
- Download URL: air_blackbox-1.6.2.tar.gz
- Upload date:
- Size: 120.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92369afe26dd70f417f381294797a698c3228de76d09a8c1c5f6b0bb2f5a53d6
|
|
| MD5 |
f3527b62eb19a022db192cb94ac388d5
|
|
| BLAKE2b-256 |
45146aab879c71d9fc7f2e5c7c682211c7fb0d3f38ff5add07d9e81203fb1362
|
File details
Details for the file air_blackbox-1.6.2-py3-none-any.whl.
File metadata
- Download URL: air_blackbox-1.6.2-py3-none-any.whl
- Upload date:
- Size: 124.4 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 |
a9036c2b19abbb942a80d0c2266298a7afab34d4df4e0874c765ba53a3505b41
|
|
| MD5 |
aeabf24bd97a1917f177830c46ef9e6a
|
|
| BLAKE2b-256 |
00552486bc6ccdd64dda9e7b2a40d08e574457e112012ecf4b2487d326a5dd9c
|