Agentic RadarRepository27/100 via “adversarial input injection runtime testing”
Open-source CLI security scanner for agentic workflows.
Unique: Implements a testing framework that can instantiate agents from multiple frameworks (LangGraph, CrewAI, OpenAI Agents, etc.) and inject adversarial inputs while monitoring for security failures like unintended tool execution or information disclosure — uses framework-specific test adapters to hook into agent execution and capture tool calls, model outputs, and state changes, enabling detection of vulnerabilities that static analysis cannot find.
vs others: Provides framework-aware runtime testing that understands agent-specific failure modes (tool hijacking, handoff manipulation), whereas generic fuzzing tools treat agents as black boxes and cannot detect agent-specific vulnerabilities like prompt injection leading to unauthorized tool execution.