mirror of
https://github.com/OWASP/www-project-ai-testing-guide.git
synced 2026-05-31 19:41:40 +02:00
Update AITG-APP-01_Testing_for_Prompt_Injection.md
This commit is contained in:
@@ -347,11 +347,9 @@ In 2023, researchers were able to bypass ChatGPT's filters using the "DAN" jailb
|
||||
- Defeating Prompt Injections by Design. [CaMeL](https://arxiv.org/pdf/2503.18813)
|
||||
|
||||
### Suggested Tools
|
||||
- **Garak – Prompt Injection Probe**: Specifically designed module within Garak for detecting prompt injection vulnerabilities.
|
||||
- **URL**: [https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py](https://github.com/NVIDIA/garak/blob/main/garak/probes/promptinject.py)
|
||||
- **Prompt Security Fuzz** (https://github.com/prompt-security/ps-fuzz)
|
||||
- **Promptfoo**: Tool precisely tailored for direct prompt injection testing and adversarial prompt crafting.
|
||||
- **URL**: [https://promptfoo.dev](https://promptfoo.dev)
|
||||
- **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)
|
||||
- **Promptfoo**: Tool precisely tailored for direct prompt injection testing and adversarial prompt crafting - [Link](https://promptfoo.dev)
|
||||
|
||||
### References
|
||||
- OWASP Top 10 LLM01:2025 Prompt Injection - [https://genai.owasp.org](https://genai.owasp.org/llmrisk/llm01-prompt-injection)
|
||||
|
||||
Reference in New Issue
Block a user