From c6f1bfe54a4058469a531f3b1341bbd9c6c70326 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Fri, 14 Nov 2025 11: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 87a8740..3547a02 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 @@ -1,5 +1,5 @@ -## AITG-APP-01 - Testing for Prompt Injection +# AITG-APP-01 - Testing for Prompt Injection ### Summary Prompt injection vulnerabilities occur when user-provided prompts directly manipulate a large language model's (LLM) intended behavior, causing unintended or malicious outcomes. This includes overriding system prompts, exposing sensitive information, or performing unauthorized actions. In this section we analyse the basic Prompt injection techniques: dedicating separate testing for system prompts, sensitive information, unauthorized or harmful action.