Security scanner for LLM agentic workflows
Top 52.2% on sourcepulse
Agentic Radar is a security scanner for agentic AI workflows, designed for developers, researchers, and security professionals. It provides a comprehensive HTML report detailing workflow visualizations, identified tools, MCP server usage, and mapped vulnerabilities against frameworks like OWASP Top 10 LLM Applications, enhancing transparency and security assessment for complex agent systems.
How It Works
The tool offers two primary commands: scan
for static analysis and probe
for runtime vulnerability testing. scan
generates a report by analyzing code for agentic workflows, identifying components and potential security risks. probe
executes simulated adversarial inputs against running agentic workflows to detect vulnerabilities such as prompt injection, PII leakage, and harmful content generation, aligning with OWASP LLM Top 10 threats.
Quick Start & Requirements
pip install agentic-radar
pip install agentic-radar[crewai]
(requires Python >= 3.10 and < 3.13 for full functionality) or pip install agentic-radar[openai-agents]
.probe
and prompt enhancement features require an OpenAI API key (set via .env
or environment variable).Highlighted Details
langgraph
, crewai
, n8n
, and openai-agents
frameworks.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 weeks ago
1 day