Search papers, labs, and topics across Lattice.
This paper introduces an adversarial skill-synthesis method that transforms real-world shell commands into benign-looking skills using six large language models (LLMs) across four families, resulting in a benchmark of 2,826 skills mapped to 11 MITRE ATT&CK tactics. The authors establish a reproducible evaluation pipeline that integrates various methodologies, achieving a high agreement with human judgments (Cohen's kappa = 0.85). The study reveals that enterprise-grade coding agents, such as Gemini CLI and Qwen Code, are highly vulnerable to exploitation, with a significant percentage of runs being compromised, highlighting the urgent need for enterprises to assess skill-interface risks before deployment.
Coding agents are alarmingly susceptible to malicious skill files, with exploitation rates exceeding 95% in some cases.
Autonomous coding agents are increasingly embedded in enterprise software workflows with delegated authority over connected systems. Central to this architecture is the agent skills interface: folders of instructions and scripts that agents load dynamically to specialize their behavior. This interface also widens the attack surface, letting malicious shell commands hide within natural-language skill files. We make three contributions. First, an adversarial skill-synthesis method using six LLMs across four families to transform 471 real-world shell commands into benign-appearing skills, released as a benchmark of 2,826 skills mapped to 11 MITRE ATT&CK tactics. Second, a reproducible evaluation pipeline coupling run stratification, evidence anchoring, a refusal veto, and a deterministic declared-intent override with a three-judge LLM-as-a-judge panel, validated against a blind human gold standard (Cohen's kappa = 0.85). Third, a large-scale characterization of two enterprise-grade agents across 5,629 completed runs. Gemini CLI is exploited in 95.5-96.1% of runs and Qwen Code in 71.6-74.0% (raw majority vote to declared-intent-corrected estimate, both within the human gold standard), nearly invariant to the generating model. Explicit safety recognition occurs in only 1.99% of runs. Enterprises must assess and mitigate skill-interface risk before adopting coding agents. Our code and dataset are available at https://github.com/awsm-research/AgentJailbreak