GraphCanon updated 2w · GitHub synced 2w
Decision brief
Good fit when
- When you need to test for vulnerabilities in generative AI workflows involving LLM frameworks
- If your project requires integration with OpenAI agents or CrewAI tools
Avoid when
- Avoid if the Python version is not within the supported range of >=3.10 and <3.13 especially when using CrewAI features
- Do not use if security scanning for LLM agentic workflows is unnecessary for your project needs
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (253d since push)
- As of 2w
- Provenance
- Not a fork · Organization account
- As of 2w
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install agentic-radar PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Agentic Radar is a CLI tool developed in Python that serves to identify vulnerabilities within the development and deployment pipelines of generative AI applications, focusing on LLM frameworks and their associated security issues.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Aug 8, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 8, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 8, 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]"
For agents
This page has a .md twin and JSON over the API.