site/docs/red-team/plugins/reasoning-dos.md
Reasoning DoS (Denial of Service) is a new vulnerability introduced by reasoning models.
This red teaming plugin is designed to test whether an AI system can be protected against computational resource exhaustion through excessive reasoning patterns.
The Reasoning DoS plugin helps to:
To include the Reasoning DoS plugin in your LLM red teaming setup:
redteam:
plugins:
- reasoning-dos
The Reasoning DoS plugin generates test cases that attempt to trigger excessive computation through:
The plugin assesses the AI's response based on:
Testing for reasoning DoS vulnerabilities is critical because:
For more information about LLM vulnerabilities and red teaming strategies, visit our Types of LLM Vulnerabilities page.