AIAug 10

ElasticBack: Stealthy Conditional Backdoor in LLM-Agent Skills via Coupled Trigger-Rule Optimization

arXiv:2608.0957721.6
Predicted impact top 11% in AI · last 90 daysOriginality Highly original
AI Analysis

This work addresses the critical security vulnerability of conditional backdoors in the emerging LLM agent skill supply chain, impacting all agents that install a poisoned skill.

This paper introduces ElasticBack, a conditional single-skill backdoor for LLM agents that activates only when a specific rule within the skill and a benign-looking trigger in the user query co-occur. The method achieves a high attack success rate with near-zero false positives across three behaviors and four LLM agents, while maintaining clean accuracy and evading defenses.

Agent skills, bundles of instructions and resources that an LLM agent loads on demand, form an emerging supply chain where a single poisoned skill can persistently compromise every agent that installs it. However, existing skill attacks either fire on every request or rely on fine-tuned weights or multiple skills, leaving a conditional and low-cost backdoor unexplored. In this work, we present ElasticBack, an effective conditional single-skill backdoor that plants a rule R in the skill document and a benign-looking trigger T in the user query, so the malicious payload fires only when both co-occur. ElasticBack binds the two sides through a trigger-as-switch construction, generating R via semantic-anchored rule injection. It then freezes R and evolves T against it with a stealth-constrained genetic search, so that effectiveness and stealth are optimized, keeping the backdoor weight-free and dormant on benign inputs. Extensive experiments across three target behaviors (50 skills each) and four agent LLMs show that ElasticBack attains a high attack success rate at a near-zero false-positive rate with preserved clean accuracy, transfers across models, and evades deployment-time defenses. These results motivate stronger defenses for the skill supply chain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes