$git clone https://github.com/splx-ai/agentic-radar<p> A Security Scanner for your agentic workflows! </p>
| 1 | <div align="center"> |
| 2 | |
| 3 | |
| 4 | <a href="https://splx.ai"> |
| 5 | <img src="https://github.com/splx-ai/agentic-radar/raw/main/docs/logo.png" alt="logo" width="600" height="auto" /> |
| 6 | </a> |
| 7 | |
| 8 | <p> |
| 9 | A Security Scanner for your agentic workflows! |
| 10 | </p> |
| 11 | |
| 12 | |
| 13 | <!-- Badges --> |
| 14 | <p> |
| 15 | <a href="https://github.com/splx-ai/agentic-radar/graphs/contributors"> |
| 16 | <img src="https://img.shields.io/github/contributors/splx-ai/agentic-radar" alt="contributors" /> |
| 17 | </a> |
| 18 | <a href=""> |
| 19 | <img src="https://img.shields.io/github/last-commit/splx-ai/agentic-radar" alt="last update" /> |
| 20 | </a> |
| 21 | <a href="https://github.com/splx-ai/agentic-radar/network/members"> |
| 22 | <img src="https://img.shields.io/github/forks/splx-ai/agentic-radar" alt="forks" /> |
| 23 | </a> |
| 24 | <a href="https://github.com/splx-ai/agentic-radar/stargazers"> |
| 25 | <img src="https://img.shields.io/github/stars/splx-ai/agentic-radar" alt="stars" /> |
| 26 | </a> |
| 27 | <a href="https://github.com/splx-ai/agentic-radar/issues/"> |
| 28 | <img src="https://img.shields.io/github/issues/splx-ai/agentic-radar" alt="open issues" /> |
| 29 | </a> |
| 30 | <a href="https://github.com/splx-ai/agentic-radar/blob/main/LICENSE"> |
| 31 | <img src="https://img.shields.io/github/license/splx-ai/agentic-radar.svg" alt="license" /> |
| 32 | </a> |
| 33 | <a href="https://pypi.org/project/agentic-radar"> |
| 34 | <img src="https://img.shields.io/pypi/v/agentic-radar" alt="PyPI - Version" /> |
| 35 | </a> |
| 36 | <a href="https://pypi.org/project/agentic-radar"> |
| 37 | <img src="https://static.pepy.tech/badge/agentic-radar" alt="PyPI - Downloads" /> |
| 38 | </a> |
| 39 | <br /> |
| 40 | <a href="https://discord.gg/tR2d54utZc"> |
| 41 | <img src="https://img.shields.io/discord/1346578514177949767?style=for-the-badge&logo=discord&logoColor=white&label=Discord&labelColor=5865F2&color=555555" alt="Discord" /> |
| 42 | </a> |
| 43 | <a href="https://join.slack.com/t/splxaicommunity/shared_invite/zt-31b3hc3mt-A0v78qztTIMSNBg6y~WOAA"> |
| 44 | <img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white" alt="Slack" /> |
| 45 | </a> |
| 46 | </p> |
| 47 | |
| 48 | <h4> |
| 49 | <a href="https://github.com/splx-ai/agentic-radar/">View Demo</a> |
| 50 | <span> · </span> |
| 51 | <a href="https://github.com/splx-ai/agentic-radar">Documentation</a> |
| 52 | <span> · </span> |
| 53 | <a href="https://github.com/splx-ai/agentic-radar/issues/">Report Bug</a> |
| 54 | <span> · </span> |
| 55 | <a href="https://github.com/splx-ai/agentic-radar/issues/">Request Feature</a> |
| 56 | </h4> |
| 57 | </div> |
| 58 | |
| 59 | <img src="docs/overview_image.png"/> |
| 60 | |
| 61 | <!-- TABLE OF CONTENTS --> |
| 62 | <details> |
| 63 | <summary>Table of Contents</summary> |
| 64 | <ol> |
| 65 | <li> |
| 66 | <a href="#description-">Description</a> |
| 67 | </li> |
| 68 | <li> |
| 69 | <a href="#agentic-visualizer-">Agentic Visualizer</a> |
| 70 | </li> |
| 71 | <li> |
| 72 | <a href="#getting-started-">Getting Started</a> |
| 73 | <ul> |
| 74 | <li><a href="#prerequisites">Prerequisites</a></li> |
| 75 | <li><a href="#installation">Installation</a></li> |
| 76 | </ul> |
| 77 | </li> |
| 78 | <li> |
| 79 | <a href="#advanced-installation">Advanced Installation</a> |
| 80 | <ul> |
| 81 | <li><a href="#crewai-installation">CrewAI Installation</a></li> |
| 82 | <li><a href="#openai-agents-installation">OpenAI Agents Installation</a></li> |
| 83 | </ul> |
| 84 | </li> |
| 85 | <li><a href="#usage">Usage</a></li> |
| 86 | <li> |
| 87 | <a href="#advanced-features-">Advanced Features</a> |
| 88 | <ul> |
| 89 | <li><a href="#agentic-prompt-hardening">Agentic Prompt Hardening</a></li> |
| 90 | <li><a href="#-test-for-vulnerabilities-in-agentic-workflows">Test for Vulnerabilities in Agentic Workflows</a></li> |
| 91 | <li><a href="#cicd-workflow">CI/CD Workflow</a></li> |
| 92 | </ul> |
| 93 | </li> |
| 94 | <li><a href="#roadmap-">Roadmap</a></li> |
| 95 | <li><a href="#blogs-and-tutorials-">Blogs and Tutorials</a></li> |
| 96 | <li><a href="#community-">Community</a></li> |
| 97 | <li><a href="#frequently-asked-questions-">Frequently Asked Questions</a></li> |
| 98 | <li><a href="#contributing-">Contributing</a></li> |
| 99 | <li><a href="#code-of-conduct-">Code Of Conduct</a></li> |
| 100 | <li><a href="#license-">License</a></li> |
| 101 | </ol> |
| 102 | </details> |
| 103 | |
| 104 | ## Description 📝 |
| 105 | |
| 106 | The **Agentic R |