Gaojie Jin, Xinyu Li, Lin Li, Tianjin Huang, Ronghui Mu
We lifted 5 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| llm2409/OTora | canonical | 3 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| combine_with_overlap | Ran | llm2409/OTora/otora/utils.py code served (permissive licence) · get_code("6d1cddccc5f3f903") |
| compute_trigger_loss | Ran | llm2409/OTora/otora/stage1/loss.py code served (permissive licence) · get_code("4ff55cd9270ddacb") |
| get_nonascii_toks | Ran | llm2409/OTora/otora/utils.py code served (permissive licence) · get_code("eee6a5743037193d") |
| compute_ce_loss | Not yet run | llm2409/OTora/otora/stage1/loss.py code served (permissive licence) · get_code("0c30d49f6bfaffed") |
| sample_ids_from_grad | Not yet run | llm2409/OTora/otora/utils.py code served (permissive licence) · get_code("160cc7e833910185") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Large Language Models (LLMs) are increasingly deployed as autonomous agents that execute toolaugmented, multi-step tasks, where latency is a critical factor for real-world applications. Yet an overlooked threat is Reasoning-Level Denial-of-Service (R-DoS), in which an attacker preserves task correctness but degrades availability by inflating an agent's reasoning depth or tool-use budget. We introduce OTora, the first unified, two-stage red-teaming framework for instantiating R-DoS attacks. Stage I optimizes an adversarial trigger that induces targeted tool invocations using insertion-aware scoring and dynamic target coevolution, supporting both black-box and whitebox settings. Stage II generates agent-aware reasoning payloads via an ICL-guided genetic search that amplifies overthinking while maintaining correct task outcomes. Across WebShop, Email, and OS agents built on multiple backbone models such as LLaMA-70B and GPT-OSS-120B, OTora achieves up to 10× increases in reasoning tokens and order-of-magnitude latency slowdowns, all while preserving near-baseline task accuracy. Finally, we discuss mitigation strategies for detecting and constraining abnormal reasoning and latency spikes. The code is available at https://github.com/llm2409/OTora.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2605.08876")
get_code_for_paper("2605.08876")
have("2605.08876")
Connect an agent — have() is free.