From 106205ea9c6ed0a7cf6f568e2a7ef19b7547de33 Mon Sep 17 00:00:00 2001 From: K4r1it0 <39193373+K4r1it0@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:31:01 +0300 Subject: [PATCH] Add PromptTrace to Red Teaming section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3091c8..c58dd46 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov - **[Garak](https://github.com/leondz/garak)** - The "Nmap for LLMs." A vulnerability scanner that probes models for hallucination, data leakage, and prompt injection susceptibilities. - **[A2A Scanner](https://github.com/cisco-ai-defense/a2a-scanner)** - A scanner by Cisco designed to inspect "Agent-to-Agent" communication protocols for threats, validating agent identities and ensuring compliance with communication specs. - **[Cybersecurity AI (CAI)](https://github.com/aliasrobotics/cai)** - A framework for building specialized security agents for offensive and defensive operations, often used in CTF (Capture The Flag) scenarios. +- **[PromptTrace](https://prompttrace.airedlab.com)** - Free hands-on AI security training platform. Practice prompt injection, RAG poisoning, and tool exploitation against real LLMs with full prompt stack visibility. Includes 10 labs, a 15-level CTF (The Gauntlet), and 9 learning modules aligned with OWASP Top 10 for LLMs. ## 🔍 Static Analysis & Linters *Tools to analyze agent configuration and logic code before deployment.*