Home/AI Agents/agentic-radar
agentic-radar logo

agentic-radar

Enrichment pending
splx-ai/agentic-radar

A security scanner for your LLM agentic workflows

GraphCanon updated today · GitHub synced today

997
Stars
137
Forks
15
Open issues
18
Watchers
7mo
Last push
Python Apache-2.0Created Feb 12, 2025

Trust & integrity

Full report
Maintenance
Slowing (225d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No criticals
As of today · Source: mcp_manifest@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A security scanner for your LLM agentic workflows

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Jul 11, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

> This will install the `crewai-tools` package which is only supported on Python versions >= 3.10 and < 3.13.
Source link

Tags

README

Installation

pip install agentic-radar

---

### CrewAI Installation

CrewAI extras are needed when using one of the following features in combination with CrewAI:

- [Agentic Radar Test](#-test-for-vulnerabilities-in-agentic-workflows)
- Descriptions for predefined tools

You can install Agentic Radar with extra CrewAI dependencies by running:
```sh
pip install "agentic-radar[crewai]"

[!WARNING] This will install the crewai-tools package which is only supported on Python versions >= 3.10 and < 3.13. If you are using a different python version, the tool descriptions will be less detailed or entirely missing.


OpenAI Agents Installation

OpenAI Agents extras are needed when using one of the following features in combination with OpenAI Agents:

  • Agentic Radar Test

You can install Agentic Radar with extra OpenAI Agents dependencies by running:

pip install "agentic-radar[openai-agents]"