llms.txt Content
# AIR Blackbox
> The trust infrastructure between human intent and AI execution. Verify. Filter. Stabilize. Protect.
AIR Blackbox is open-source trust infrastructure that sits inside every AI call -- between your team and the AI stack -- providing decision traceability, escalation intelligence, operational drift detection, and human oversight proof. v1.13.0. Runs locally. Apache 2.0.
AI made generation abundant. What becomes valuable now is the infrastructure that verifies, routes, constrains, and records machine-assisted work in real time. Compliance is the wedge. Trust infrastructure is the platform.
## Why AIR Blackbox
Enterprise governance platforms (Credo AI, Holistic AI, OneTrust) audit after the fact. AI security firewalls (Arthur AI, Lasso, Lakera) filter threats. AIR Blackbox sits inside the call -- at the interception layer between human intent and AI execution. That gives you:
- **Verify** -- HMAC-SHA256 tamper-evident audit chains for decision traceability
- **Filter** -- PII detection and prompt injection scanning in real time
- **Stabilize** -- 51 compliance checks in CI/CD for operational drift detection
- **Protect** -- Human oversight attestation (Art. 14 delegation logging)
## Key Links
- [Homepage](https://airblackbox.ai)
- [GitHub](https://github.com/airblackbox/airblackbox)
- [PyPI](https://pypi.org/project/air-blackbox/)
- [Audit Chain Specification (Open Standard v1.0.0)](https://airblackbox.ai/spec)
- [CI/CD Integration Guide](https://airblackbox.ai/ci-cd)
- [Compliance Mapping](https://airblackbox.ai/compliance-mapping)
- [Blog](https://airblackbox.ai/blog/)
## Installation
pip install air-blackbox
## Quick Start
air-blackbox comply --scan . -v
## Features
- 51+ EU AI Act compliance checks across Articles 9, 10, 11, 12, 13, 14, 15
- Article 12 Compliance Layer -- static + runtime analysis for tamper-evident logging
- Receipt signing for independent verification: Ed25519 by default; ML-DSA-65 (FIPS 204) post-quantum option in th