Agentic RadarRepository27/100 via “multi-framework agentic workflow static analysis”
Open-source CLI security scanner for agentic workflows.
Unique: Implements framework-specific analyzer classes (LangGraphAnalyzer, CrewAIAnalyzer, N8nAnalyzer, OpenAIAgentsAnalyzer, AutogenAgentChatAnalyzer) that understand each framework's unique configuration patterns and API conventions, converting heterogeneous agent definitions into a unified GraphDefinition model — rather than using generic code parsing, each analyzer knows how to extract agents from StateGraph nodes, CrewAI Crew objects, n8n workflow JSON, OpenAI handoff patterns, and Autogen team configurations.
vs others: Supports 5 major agentic frameworks in a single tool with framework-aware parsing, whereas generic SAST tools treat agent code as ordinary Python and miss agent-specific constructs like tool registries, MCP server bindings, and handoff patterns.