agentic-radar

A security scanner for your LLM agentic workflows

GitHub Stars

699

User Rating

Not Rated

Favorites

0

Views

323

Forks

82

Issues

11

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/splx-ai/agentic-radar.git
cd agentic-radar

2. Install Dependencies

bash
pip install -r requirements.txt

3. Run the Tool

bash
python agentic_radar.py

Troubleshooting

Common Issues

Issue: Failed to install dependencies Solution: Check your Python and pip versions and update if necessary.