From c0245bdd39cbf0c7f8188b0401624ef73cb8b657 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Sun, 23 Nov 2025 13:30:50 +0100 Subject: [PATCH] Update AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md --- .../AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Document/content/tests/AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md b/Document/content/tests/AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md index e91804f..549ca66 100644 --- a/Document/content/tests/AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md +++ b/Document/content/tests/AITG-APP-02_Testing_for_Indirect_Prompt_Injection.md @@ -115,10 +115,8 @@ A vulnerability is confirmed if the AI model: - Deploy specialized semantic and syntactic filters to detect and prevent indirect prompt injections. ### Suggested Tools -- **Garak – Indirect Prompt Injection Probe**: Specialized Garak module designed to detect indirect prompt injection. - - **URL**: [https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py](https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py) -- **Promptfoo**: Dedicated tool for indirect prompt injection testing and payload detection. - - **URL**: [https://promptfoo.dev](https://promptfoo.dev) +- **Garak – Indirect Prompt Injection Probe**: Specialized Garak module designed to detect indirect prompt injection - [Link](https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py) +- **Promptfoo**: Dedicated tool for indirect prompt injection testing and payload detection - [Link](https://promptfoo.dev) ### References - OWASP Top 10 LLM01:2025 Prompt Injection - [https://genai.owasp.org](https://genai.owasp.org/llmrisk/llm01-prompt-injection)