Add Red Team / Blue Team Agent Fabric to Tools and code#73
Open
msaleme wants to merge 1 commit intoPuliczek:mainfrom
Open
Add Red Team / Blue Team Agent Fabric to Tools and code#73msaleme wants to merge 1 commit intoPuliczek:mainfrom
msaleme wants to merge 1 commit intoPuliczek:mainfrom
Conversation
189 security tests for AI agent systems, including: - MCP wire-protocol harness (10 tests, real JSON-RPC 2.0 messages) - A2A protocol harness (12 tests) - L402 payment flow harness (14 tests) - 20 enterprise platform adapters - GTG-1002 APT simulation - NIST AI 800-2 aligned evaluation protocol - Zero external dependencies, Python 3.10+
Author
|
Hi @Puliczek — friendly bump on this. We've continued shipping since the PR was opened: now at v3.8 with 330 tests across 24 modules, a GitHub Action for CI/CD integration, and an AIUC-1 certification prep tool. Happy to update the PR description if anything needs adjusting. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding an open-source security testing framework with an MCP wire-protocol harness that sends real JSON-RPC 2.0 messages (not application-layer HTTP simulation).
MCP-specific tests (10):
Supports Streamable HTTP and stdio transports. Zero external dependencies.
Also includes A2A protocol tests (12), L402 payment flow tests (14), 20 enterprise platform adapters, GTG-1002 APT simulation, and NIST AI 800-2 aligned statistical evaluation. 189 tests total.
Repo: https://github.com/msaleme/red-team-blue-team-agent-fabric