Search papers, labs, and topics across Lattice.
This paper introduces SkillHarm, a comprehensive benchmark for evaluating skill-based attacks throughout the skill-use lifecycle, addressing the vulnerabilities of agents to third-party skills. It categorizes risks into 12 types and evaluates two attack scenarios: Fixed-Payload Poisoning (FPP) and Self-Mutating Poisoning (SMP), revealing alarming attack success rates of up to 86.3% and 69.3%, respectively. The findings highlight that many defenses are ineffective, as failures often result from agents not engaging with poisoned skills rather than true resilience against attacks.
Attack success rates of up to 86.3% reveal that current defenses against skill-based attacks are alarmingly ineffective, exposing a critical vulnerability in agent workflows.
Agent skills occupy a privileged position in the agent workflow, as agents are expected to implicitly follow and execute them, rendering third-party skills a vulnerable attack surface. Existing studies have revealed unsafe agent behaviors induced by skill-based attacks, but they primarily evaluate poisoned skills within a single task execution and enumerate harms through ad-hoc risk lists. To bridge these gaps, we introduce SkillHarm, a benchmark of skill-based attacks across the skill-use lifecycle, paired with a systematic taxonomy of skill-relevant risks. SkillHarm evaluates two attack scenarios: Fixed-Payload Poisoning (FPP), where a fixed poisoned skill package directly compromises any task session that invokes it, and Self-Mutating Poisoning (SMP), where an initially benign execution silently mutates persistent skill content, deferring harm until a subsequent reuse. It further defines 12 risk types based on the agent workflow component targeted by the harm: data pipelines, system environments, and agent autonomy. To instantiate these attacks at scale, we build AutoSkillHarm, an automated construction pipeline with coding agents driven by natural-language harnesses. The resulting benchmark contains 879 attack samples across 71 skills. Experiments show that current agents remain vulnerable with attack success rates up to 86.3% in FPP and 69.3% in SMP. Our analysis further reveals a latent risk: many apparent attack failures stem from the agent failing to engage with the poisoned file rather than genuine resistance, and current defenses still fail to reliably mitigate the threat.