From 8183b7eccb092bcd5d07d6168d258548577e855d Mon Sep 17 00:00:00 2001 From: Sofia-Humanbound Date: Mon, 27 Jul 2026 09:49:29 +0300 Subject: [PATCH] Update README.md Adding Humanbound, an open source (Apache-2.0) adversarial testing engine for AI agents. It tests live endpoints across multi-turn conversations and tool use, then generates guardrail rules directly from what fails, closing a loop most agent testing tools leave open. CLI + Python SDK, `pip install humanbound`, docs at docs.humanbound.ai. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..62b0e8f 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Testing is an essential element of a DevSecOps program because it helps to prepa * [ShiftLeft Scan](https://slscan.io) * [Snyk](https://snyk.io) * [SourceClear](https://www.sourceclear.com) +*[Humanbound](https://github.com/humanbound/humanbound) ## Alerting