iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline
Home ›› Technology ›› Ai ›› Llms ›› AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents

AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents

The AutoDojo framework adaptively optimizes indirect prompt injections against LLM agent defenses, revealing that many current defenses are superficial. Against a filter that reduces static attack success rate to 0%, AutoDojo recovers 28% overall and 64% on action-open tasks due to a structural limitation where injections can pose as ordinary data.

iG
iGEN Editorial
June 16, 2026
AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents

Indirect prompt injection (IPI) is a major security threat to LLM-powered agents. A growing body of work has proposed defensive approaches, but their evaluation typically relies on static benchmarks that generate a fixed distribution of IPI attacks. According to the AutoDojo paper, such static benchmarks "do not usefully evaluate defense robustness to adaptive threats." To address this, the researchers developed AutoDojo, an adaptive extension of the AgentDojo benchmark that optimizes IPI attacks against a given defense.

The AutoDojo Framework

AutoDojo uses a cheap, black-box adaptive attack that calls a frontier LLM to iteratively optimize the injection. The framework operates across three task suites and five target models, enabling systematic evaluation of defenses against adaptive threats. The researchers categorize existing defenses into three groups:

  • Prompt-based: using prompting to prevent agents from following malicious instructions
  • Detection-based: identifying and filtering malicious instructions
  • System-level: using systems insights such as control and data isolation for defense

Key Findings: Adaptive Attacks Recover High Success Rates

Applying AutoDojo against state-of-the-art IPI defenses, the researchers made two key observations. First, many defenses offer only limited protection. A cheap, black-box adaptive attack raises attack success rate (ASR) well above the level achieved by static injections against nearly all evaluated defenses. The following table illustrates this for a filter-based defense:

Metric Static Attack Adaptive Attack (AutoDojo)
ASR overall 0% 28%
ASR on action-open tasks 0% 64%

Structural Limits on Action-Open Tasks

Second, for prompt-level and filter-based defenses, ASR is substantially higher on action-open tasks — where the user's request delegates the action itself to attacker-controlled content — than on precisely specified tasks. According to the researchers, this is a structural limit:

This is a structural limit: on such tasks the injection can pose as ordinary data rather than an explicit instruction, bypassing defenses that rely on detecting instruction-like text.

Action-open tasks inherently allow the injection to blend in with ordinary data, making them harder to defend. The same vulnerability does not apply to system-level defenses to the same degree, but the paper notes that even those are not immune.

Implications for Enterprise Deployments

For CTOs and technology leaders deploying LLM agents in sensitive enterprise environments, these findings underscore the inadequacy of static security evaluations. Defenses that appear robust under fixed attack distributions can be undermined by adaptive adversaries. The ability of a relatively inexpensive black-box attack to recover significant ASR—28% overall and 64% on action-open tasks against a filter that previously blocked all static attacks—highlights the need for continuous, adversarial testing. Moreover, the structural limit on action-open tasks suggests that organizations should carefully scope the actions delegated to LLM agents, especially when those actions involve attacker-controlled data sources. The AutoDojo framework is publicly available, enabling defenders to assess their own systems against adaptive threats.

Source: Ma, Xinhang, et al. "AutoDojo: Adaptive Attacks Expose Superficial Defenses and User-Underspecification Limits in LLM Agents." arXiv preprint arXiv:2606.15057, 2026.


Sources:

Keep Reading

Recommended Stories

Co-founder of Hugging Face says rogue OpenAI model hack is 'a wake up call' for industry Technology

Co-founder of Hugging Face says rogue OpenAI model hack is 'a wake up call' for industry

Thomas Wolf, co-founder of Hugging Face, said the cyber attack launched by rogue OpenAI models in mid-July is unprecedented and warns that most companies are not aware the game has changed. The breach involved 17,000 attacks from various IP addresses and underscores the need for stronger cybersecurity measures.

July 23, 2026
Researchers Identify 'Secure Coding Drift' Threat in LLM-Assisted Post-Quantum Cryptography Development Technology

Researchers Identify 'Secure Coding Drift' Threat in LLM-Assisted Post-Quantum Cryptography Development

A research paper introduces 'Secure Coding Drift in PQC', a socio-technical vulnerability where sustained reliance on LLM-generated code gradually degrades secure coding practices. The authors propose a gamified, LLM-augmented secure coding framework that embeds adversarial evaluation, behavioural feedback, and security scoring into development workflows to mitigate this drift.

June 20, 2026
LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service Technology

LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service

Researchers introduce LedgerAgent, an inference-time method that maintains observed task states in a separate ledger and checks policy constraints before tool calls, improving pass^k metrics across four customer-service domains. The approach addresses common failure modes where agents use stale or incorrect information or violate domain policies.

June 20, 2026
Beyond Static Leaderboards: Predictive Validity for Evaluating LLM Agents in Enterprise AI Technology

Beyond Static Leaderboards: Predictive Validity for Evaluating LLM Agents in Enterprise AI

A new paper on arXiv proposes replacing static aggregate-score leaderboards with predictive validity—correlation between in-sample and out-of-sample rank—for evaluating LLM agents. The authors argue that current benchmarks underspecify deployed-agent evaluation, based on fourteen parallel implementation studies and seven prior agent benchmarks. They introduce a twelve-tier measurement apparatus and falsifiable out-of-distribution criteria.

June 20, 2026