agentic-radar
Enrichment pendingA security scanner for your LLM agentic workflows
GraphCanon updated today · GitHub synced today
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.
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-toolspackage 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]"