From 101a10d0dbb96e71c89431e16e2a4d539e024966 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Sun, 23 Nov 2025 13:32:18 +0100 Subject: [PATCH] Update AITG-APP-03_Testing_for_Sensitive_Data_Leak.md --- .../tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Document/content/tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md b/Document/content/tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md index f45a942..676d235 100644 --- a/Document/content/tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md +++ b/Document/content/tests/AITG-APP-03_Testing_for_Sensitive_Data_Leak.md @@ -86,10 +86,8 @@ A vulnerability is confirmed if the AI model: - Continuously monitor and test model outputs for potential leakage of sensitive data. ### Suggested Tools -- **Garak – Sensitive Information Disclosure Probe**: Specialized module within Garak specifically designed to detect sensitive data leaks. - - **URL**: [https://github.com/NVIDIA/garak/blob/main/garak/probes/leakreveal.py](https://github.com/NVIDIA/garak/blob/main/garak/probes/leakreveal.py) -- **Microsoft Counterfit**: An AI security tool capable of identifying sensitive data exposure in model outputs. - - **URL**: [https://github.com/Azure/counterfit](https://github.com/Azure/counterfit) +- **Garak – Sensitive Information Disclosure Probe**: Specialized module within Garak specifically designed to detect sensitive data leaks - [Link](https://github.com/NVIDIA/garak/blob/main/garak/probes/leakreveal.py) +- **Microsoft Counterfit**: An AI security tool capable of identifying sensitive data exposure in model outputs - [Link](https://github.com/Azure/counterfit) ### References - OWASP Top 10 LLM02:2025 Sensitive Information Disclosure - [https://genai.owasp.org](https://genai.owasp.org/llmrisk/llm02-insecure-output-handling)