
from red-team-blue-team-agent-fabric17
A comprehensive, defensive test suite that runs protocol and decision-layer security checks against AI agent systems to surface vulnerabilities before deploymen
This skill encapsulates an operational security harness that executes a large suite of protocol and governance tests against AI agent infrastructures. It is built to probe MCP, agent-to-agent, and payment-related wire protocols, and to evaluate decision governance and compliance mapping.
Use when preparing an MCP server, multi-agent pipeline, or payment integration for production, during red team exercises, CI gate checks, or pre-certification work. Do not run against production without explicit authorization; prefer isolated staging environments.
agent-security test mcp --url are provided by the project.Designed for operator-focused automation, CI runners, and agent orchestrators that can call CLI tools or invoke the harness as an MCP server. Works with environments that allow local process execution or isolated containers.
Agent Security Harness is a comprehensive defensive security testing tool for AI agent systems covering MCP, A2A, L402/x402 protocols, AIUC-1 compliance, and behavioral profiling. The SKILL.md is thorough with clear safety documentation. Of 14 scripts, only 2 ran successfully in isolation; 10 fail due to missing 'protocol_tests' dependency and 2 require runtime arguments. The code quality of individual scripts is good (type hints, docstrings, argparse), but tight coupling to the parent package limits standalone utility.
protocol_tests (parent package — scripts depend on it but it's not installable via the skill alone)This is a legitimate, well-documented defensive security tool with real research backing (Zenodo preprints, NIST submissions). The Apache-2.0 license and public source on GitHub are verifiable. No exfiltration, telemetry is opt-in, and the safety section is unusually thorough. Main concern is that most scripts can't run standalone from the skill bundle — they need the full pip package installed. Security posture is excellent.