Agentic Radar
@splx-ai
About Agentic Radar
A security scanner for your LLM agentic workflows
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agentic Radar?
Agentic Radar is a 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.
How to use Agentic Radar?
Install via pip, then use the scan or test commands. For example: agentic-radar scan langgraph -i path/to/folder -o report.html or agentic-radar test openai-agents "path/to/example.py". The test command requires OPENAI_API_KEY or AZURE_OPENAI_API_KEY set as an environment variable.
Key features of Agentic Radar
- Scans agentic codebases for workflow visualization and tool identification
- Detects MCP servers used by agents in the system
- Maps detected tools to known vulnerabilities (OWASP LLM Top 10, OWASP Agentic AI)
- Supports prompt hardening to improve system prompts automatically
- Includes runtime testing for prompt injection, PII leakage, harmful content, and fake news
- Generates a comprehensive HTML report for easy reviewing and sharing
- Provides a CI/CD workflow example for GitHub Actions integration
Use cases of Agentic Radar
- Security auditing of multi-agent applications before deployment
- Identifying and mitigating prompt injection vulnerabilities in agentic workflows
- Generating shareable security reports for compliance or team review
- Understanding the tool landscape and MCP server dependencies of an agent system
FAQ from Agentic Radar
What frameworks does Agentic Radar support?
Scan supports LangGraph, CrewAI, n8n, OpenAI Agents, and Autogen. Test currently supports OpenAI Agents. Prompt hardening supports OpenAI Agents, CrewAI, and Autogen.
Are there any prerequisites to use Agentic Radar?
Just Python (pip) installed on your machine. Some features like runtime testing require OPENAI_API_KEY set as an environment variable.
How does the runtime testing work?
The tool injects itself into the provided agentic workflow, launches it with simulated adversarial inputs (e.g., for prompt injection), and evaluates results using an oracle LLM based on success conditions aligned with OWASP LLM Top 10.
Can I customize the tests for vulnerabilities?
Yes, you can provide a YAML file with custom test names, inputs, and success conditions using the --config option.
Where does Agentic Radar store data?
Agentic Radar runs locally on your machine. Scans and tests process your code and agent workflows in-place; reports are generated as HTML files that you can save and share. No data is sent to external servers except API calls to OpenAI when using features that require an API key.
More Reasoning MCP servers
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
MCP Sandbox
JohanLi233Python sandboxes for llms
Comments