Supply-Chain Poisoning Attacks Against Agent Skill Ecosystems (April 2026)
FreeDDIPE attack embeds malicious logic in skill documentation code examples; 1,070 adversarial skills across 15 MITRE ATT&CK categories; 11.6–33.5% bypass rate; responsible disclosure led to 4 confirmed vulnerabilities and 2 patches
About Supply-Chain Poisoning Attacks Against Agent Skill Ecosystems (April 2026)
This paper introduces Document-Driven Implicit Payload Execution (DDIPE), a supply-chain poisoning attack against LLM-based coding agent skill ecosystems. DDIPE embeds malicious logic in code examples and configuration templates within skill documentation. Because coding agents reuse these examples during normal tasks, the payload executes without requiring explicit prompts. Using an LLM-driven pipeline, the researchers generated 1,070 adversarial skills from 81 seeds across 15 MITRE ATT&CK categories. Evaluated across four frameworks and five models, DDIPE achieved bypass rates between 11.6% and 33.5%, while explicit instruction attacks achieved 0% under strong defenses. Static analysis detected most cases, but 2.5% of skills evaded both detection and alignment. Responsible disclosure resulted in four confirmed vulnerabilities and two fixes.
Key Features
Pros & Cons
- Demonstrates a novel attack vector (DDIPE) that exploits implicit reuse of documentation examples
- Comprehensive evaluation across multiple frameworks (4) and models (5) with detailed bypass rate analysis
- Responsible disclosure practices resulted in confirmed vulnerabilities and patches
- Provides insights into detection gaps (static analysis vs. alignment defenses)
- Attack has relatively high bypass rates (11.6–33.5%) in default configurations
- Limited to LLM coding agents that reuse skill documentation examples
- Static analysis can detect most but not all adversarial skills (2.5% evade)