From 1ff986c75108635f281a23a3f5343fce8bca2085 Mon Sep 17 00:00:00 2001 From: jshotwell Date: Sat, 28 Feb 2026 08:47:13 -0800 Subject: [PATCH] Add AIR Blackbox to Testing section AIR Blackbox is an open-source EU AI Act compliance scanner and trust layer ecosystem for Python AI agents. It checks code against Articles 9, 10, 11, 12, 14, and 15 with framework-specific integrations for LangChain, CrewAI, AutoGen, OpenAI, and Anthropic SDKs. Features include HMAC-SHA256 audit chains, PII tokenization, consent gating, and prompt injection detection. Apache 2.0 licensed. https://github.com/airblackbox --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5467d34..9e06ef7 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,8 @@ This list of tools provide the capabilities necessary for finding security anoma ## Testing Testing is an essential element of a DevSecOps program because it helps to prepare teams for Rugged operations and to determine security defects before they can be exploited. -* [Brakeman](http://brakemanscanner.org) +* [AIR Blackbox](https://github.com/airblackbox/air-blackbox-mcp) - EU AI Act compliance scanner for Python AI agents. Checks code against Articles 9, 10, 11, 12, 14, and 15 with prompt injection detection, PII tokenization, and HMAC-SHA256 audit chains. Supports LangChain, CrewAI, AutoGen, and OpenAI frameworks. +* * [Brakeman](http://brakemanscanner.org) * [Checkov](https://github.com/bridgecrewio/checkov/) * [Chef Inspec](https://github.com/chef/inspec) * [Contrast Security](https://www.contrastsecurity.com)