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.
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.
The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents
This paper investigates how a biased LLM judge silently disables skill retirement in self-evolving agents, showing that false-pass bias across a sharp threshold prevents contribution-based retirement and that the failure is universal across domains, detectable only through a defect-injection audit.
SkillMaster: Toward Autonomous Skill Mastery in LLM Agents
This paper introduces SkillMaster, a training framework that enables LLM agents to autonomously create, refine, and select skills through trajectory-informed review and counterfactual utility evaluation.
SkillGen: Verified Inference-Time Agent Skill Synthesis
This article introduces SkillGen, a multi-agent framework that synthesizes and verifies reusable inference-time skills for LLM agents by contrasting successful and failed trajectories. The method ensures skills are auditable and empirically verified for their net positive impact on agent performance.