Papers
arxiv:2608.03509

SkillJack: Persistent Skill Backdoors in Self-Evolving Agents

Published on Aug 4
· Submitted by
Zonghao Ying
on Aug 5
Authors:
,
,
,
,
,
,

Abstract

Self-evolving agents increasingly convert interaction histories into reusable skills that persist beyond individual tasks. While prior work studies memory and retrieval poisoning, such attacks only affect agents when poisoned records are retrieved as context. We uncover a new and more fundamental risk: poisoned experiences can be transformed by the agent itself into durable behavioral artifacts. We present SkillJack, the first attack that exploits the experience-to-skill pipeline of self-evolving agents. Instead of directly manipulating runtime context, SkillJack hijacks the agent's own learning process to implant malicious behaviors into its reusable skill repertoire. We identify three key properties of this transformation: sanitization whitewashing, where malicious intent is obscured during skill extraction; cross-layer promotion, where transient experiences become persistent capabilities; and persistence isolation, where the attack survives removal of its original source records. We evaluate SkillJack on two representative systems, SkillX and Anything2Skill, using a shared dataset of 150 trajectories across four policy-risk categories. Results show that skill extraction substantially reduces attack detectability: in SkillX, safety detection drops from 98.5\% for poisoned trajectories to 11.4\% for extracted skills, while Anything2Skill shows a similar effect. Meanwhile, the implanted skills remain effective, achieving attack success rates of 56.2\% and 89.2\% on the two systems, respectively. Furthermore, 80.0\% of skill-mediated attacks persist after deleting the original poisoned records, and some skills unintentionally activate on benign queries. Our findings reveal skill evolution as a new attack surface and motivate provenance-aware skill lifecycle protection. Our code is available at https://github.com/Tencent/AI-Infra-Guard/research/skilljack.

Community

Paper submitter

This paper introduces SkillJack, the first attack targeting the skill evolution process of self-evolving agents. Unlike prior memory poisoning attacks that rely on poisoned context being retrieved, SkillJack compromises the agent's own experience-to-skill pipeline, turning transient malicious experiences into persistent reusable skills. The study shows that skill extraction can unintentionally sanitize and conceal malicious intent, making poisoned skills significantly harder to detect while allowing them to survive even after the original poisoned experiences are removed. These findings reveal that autonomous skill learning introduces a fundamentally new attack surface, highlighting the need for provenance tracking and security mechanisms throughout the entire skill lifecycle rather than only protecting runtime memory.

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2608.03509
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2608.03509 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2608.03509 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.03509 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.