site/docs/red-team/plugins/reasoning-dos.md
Reasoning DoS (Denial of Service) covers prompts that push reasoning-capable models into unnecessary work, long runtimes, or inflated inference cost. Use this plugin to test whether the system handles those pressure cases without giving the attacker an easy resource-exhaustion path.
It focuses on whether the system:
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:
These tests matter when a model can spend far more effort on a prompt than the user spent crafting it. The risk is operational: degraded latency, higher cost, and reduced service quality under targeted abuse.