From 159ac5963cea2604026bcef43f0f89484f1701b4 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Sun, 23 Nov 2025 13:29:41 +0100 Subject: [PATCH] Update AITG-APP-01_Testing_for_Prompt_Injection.md --- .../content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md b/Document/content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md index 86c534d..b37c3fb 100644 --- a/Document/content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md +++ b/Document/content/tests/AITG-APP-01_Testing_for_Prompt_Injection.md @@ -348,7 +348,7 @@ In 2023, researchers were able to bypass ChatGPT's filters using the "DAN" jailb ### Suggested Tools - **Garak – Prompt Injection Probe**: Specifically designed module within Garak for detecting prompt injection vulnerabilities - [Link](https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py) -- **Prompt Security Fuzz** - [Link](https://github.com/prompt-security/ps-fuzz) +- **Prompt Security Fuzz**: Prompt fuzzer tool - [Link](https://github.com/prompt-security/ps-fuzz) - **Promptfoo**: Tool precisely tailored for direct prompt injection testing and adversarial prompt crafting - [Link](https://promptfoo.dev) ### References