From b239e850135e41702dabcd7f0728afee61caaeb3 Mon Sep 17 00:00:00 2001 From: schultzika Date: Thu, 17 Apr 2025 14:44:22 +0200 Subject: [PATCH] Add Agentic Radar to Developer tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b58136d..bb8895f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Contributions to this list are welcome. Before submitting your suggestions, plea - [Repomix](https://repomix.com/) - Pack your codebase into AI-friendly formats. [#opensource](https://github.com/yamadashy/repomix) - [llama.cpp](https://github.com/ggml-org/llama.cpp) - Inference of Meta's LLaMA model (and others) in pure C/C++. #opensource - [bitnet.cpp](https://github.com/microsoft/BitNet) - Official inference framework for 1-bit LLMs, by Microsoft. [#opensource](https://github.com/microsoft/BitNet) +- [Agentic Radar](https://github.com/splx-ai/agentic-radar) - Open-source CLI security scanner for agentic workflows. ### Playgrounds - [OpenAI Playground](https://platform.openai.com/playground) - Explore resources, tutorials, API docs, and dynamic examples.