SkillJack: Persistent Skill Backdoors in Self-Evolving Agents
Summary
This paper introduces SkillJack, the first attack targeting the experience-to-skill pipeline of self-evolving agents, showing that poisoned experiences can be transformed into persistent malicious skills that evade detection and survive deletion of original records.
View Cached Full Text
Cached at: 08/05/26, 05:43 AM
Paper page - SkillJack: Persistent Skill Backdoors in Self-Evolving Agents
Source: https://huggingface.co/papers/2608.03509
Abstract
Self-evolvingagentsincreasinglyconvertinteractionhistoriesintoreusableskillsthatpersistbeyondindividualtasks.Whilepriorworkstudiesmemoryandretrievalpoisoning,suchattacksonlyaffectagentswhenpoisonedrecordsareretrievedascontext.Weuncoveranewandmorefundamentalrisk:poisonedexperiencescanbetransformedbytheagentitselfintodurablebehavioralartifacts.WepresentSkillJack,thefirstattackthatexploitstheexperience-to-skillpipelineofself-evolvingagents.Insteadofdirectlymanipulatingruntimecontext,SkillJackhijackstheagent’sownlearningprocesstoimplantmaliciousbehaviorsintoitsreusableskillrepertoire.Weidentifythreekeypropertiesofthistransformation:sanitizationwhitewashing,wheremaliciousintentisobscuredduringskillextraction;cross-layerpromotion,wheretransientexperiencesbecomepersistentcapabilities;andpersistenceisolation,wheretheattacksurvivesremovalofitsoriginalsourcerecords.WeevaluateSkillJackontworepresentativesystems,SkillXandAnything2Skill,usingashareddatasetof150trajectoriesacrossfourpolicy-riskcategories.Resultsshowthatskillextractionsubstantiallyreducesattackdetectability:inSkillX,safetydetectiondropsfrom98.5\%forpoisonedtrajectoriesto11.4\%forextractedskills,whileAnything2Skillshowsasimilareffect.Meanwhile,theimplantedskillsremaineffective,achievingattacksuccessratesof56.2\%and89.2\%onthetwosystems,respectively.Furthermore,80.0\%ofskill-mediatedattackspersistafterdeletingtheoriginalpoisonedrecords,andsomeskillsunintentionallyactivateonbenignqueries.Ourfindingsrevealskillevolutionasanewattacksurfaceandmotivateprovenance-awareskilllifecycleprotection.Ourcodeisavailableathttps://github.com/Tencent/AI-Infra-Guard/research/skilljack.
View arXiv pageView PDFAdd to collection
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 paper0
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 paper0
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 paper0
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 paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SkillHarm: Lifecycle-Aware Skill-Based Attacks via Automated Construction
SkillHarm is a benchmark for evaluating skill-based attacks across the skill-use lifecycle, revealing high vulnerability (up to 86.3% attack success) in current AI agents and introducing automated attack construction via AutoSkillHarm.
Practice Makes Unsafe: Skill Misevolution in Self-Improving LLM Agents
This paper introduces SkillMisevo-Gym and SkillMisevo-Bench to study how self-improving LLM agents can evolve unsafe skills from compromised experience, plus SafeEvolve as a mitigation wrapper. Experiments across 25 agent-method configurations show skill misevolution is widespread and can persist across sessions, though SafeEvolve reduces fresh-session harm significantly.
WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution
WikiSkill introduces a framework that co-evolves agent skills with a persistent knowledge base to systematically accumulate experience and improve performance across models, demonstrating benefits over state-of-the-art skill-evolution methods.
SkillHEX: Improving Agent Skills via Hypothesis-Driven Autonomous Exploration and Exploitation
SkillHEX proposes a closed-loop framework for autonomous skill evolution in LLM agents, using hypothesis-driven self-verification and evidence-guided tree search to overcome sparse reward challenges. It outperforms existing self-evolving methods on SkillsBench with limited interaction budgets.
@rohanpaul_ai: Agent memory is no longer just context. Persistent skills can change future behavior, so treat them as executable state…
The article discusses how persistent skills in AI agents, as implemented in SentientAGI's EvoSkill v2, can change future behavior by acting as executable state, necessitating versioning and testing similar to code to prevent failure modes.