Agentic Radar logo

Agentic Radar

Free

Open-source CLI security scanner for agentic workflows. Scans your workflow’s source code, detects vulnerabilities, and generates an interactive visualization along with a detailed security report. ![GitHub Repo stars](https://img.shields.io/github/stars/splx-ai/agentic-radar?style=social)

FreeFree tier
Type
Open Source
Company
splx-ai

About Agentic Radar

Agentic Radar is an open-source CLI security scanner designed to analyze and assess agentic workflows for security and operational insights. It helps developers, researchers, and security professionals understand how agentic systems function and identify potential vulnerabilities. The tool scans source code, detects tools and MCP servers, maps vulnerabilities to frameworks like OWASP Top 10 for LLM Applications and OWASP Agentic AI, and generates an interactive HTML report with workflow visualization.

Key Features

Workflow visualization as an interactive graph
Tool identification (external and custom tools)
MCP server detection used by system agents
Vulnerability mapping to OWASP Top 10 LLM Applications and OWASP Agentic AI
Generates comprehensive HTML security reports for easy reviewing and sharing
Optional Agentic Visualizer web-based tool for visualization only
CLI-based scanning with support for CI/CD integration
Advanced features like Agentic Prompt Hardening and vulnerability testing
Supports CrewAI and OpenAI Agents frameworks with extra dependencies

Pros & Cons

Pros
  • Open-source and free to use
  • Provides interactive HTML reports with visual workflow map
  • Maps vulnerabilities to established security frameworks (OWASP)
  • Supports popular agentic frameworks like CrewAI and OpenAI Agents
  • Easy installation via pip
  • Includes a web-based visualizer for quick workflow inspection
Cons
  • Requires Python and pip for installation
  • Extra dependencies needed for full functionality with specific frameworks (CrewAI, OpenAI Agents)
  • Limited to Python-based agentic workflows; not framework-agnostic
  • Relatively new project with a small community compared to established scanners

Best For

Security auditing of LLM agentic workflowsVulnerability assessment for agentic AI systemsCI/CD pipeline security scanning for agent-based applicationsResearch and understanding of agentic system behaviorCompliance reporting against OWASP security frameworks

FAQ

How do I install Agentic Radar?
Install via pip: 'pip install agentic-radar'. For CrewAI features, use 'pip install "agentic-radar[crewai]"' and for OpenAI Agents, use 'pip install "agentic-radar[openai-agents]"'.
What agentic frameworks are supported?
Agentic Radar supports CrewAI and OpenAI Agents with extra installations. It can also scan generic agentic workflows without these extras.
What does the security report include?
The HTML report includes workflow visualization, tool identification, MCP server detection, and vulnerability mapping to OWASP Top 10 LLM Applications and OWASP Agentic AI.
Is Agentic Radar free to use?
Yes, Agentic Radar is open-source and free under the project's license.