paper-with-me

Papers

SkillTrojan: Backdoor Attacks on Skill-Based Agent Systems

2026-04-08 · Yunhao Feng, Yifan Ding, Yingshui Tan, Boren Zheng, Yanming Guo, Xiaolong Li, Kun Zhai, Yishan Li, Wenke Huang arxiv

Skill-based agent systems tackle complex tasks by composing reusable skills, improving modularity and scalability while introducing a largely unexamined security attack surface. We propose SkillTrojan, a backdoor attack that targets skill implementations rather than model parameters or training data. SkillTrojan embeds malicious logic inside otherwise plausible skills and leverages standard skill composition to reconstruct and execute an attacker-specified payload. The attack partitions an encrypted payload across multiple benign-looking skill invocations and activates only under a predefined trigger. SkillTrojan also supports automated synthesis of backdoored skills from arbitrary skill templates, enabling scalable propagation across skill-based agent ecosystems. To enable systematic evaluation, we release a dataset of 3,000+ curated backdoored skills spanning diverse skill patterns and trigger-payload configurations. We instantiate SkillTrojan in a representative code-based agent setting and evaluate both clean-task utility and attack success rate. Our results show that skill-level backdoors can be highly effective with minimal degradation of benign behavior, exposing a critical blind spot in current skill-based agent architectures and motivating defenses that explicitly reason about skill composition and execution. Concretely, on EHR SQL, SkillTrojan attains up to 97.2% ASR while maintaining 89.3% clean ACC on GPT-5.2-1211-Global.

📄 PDF Abstract BibTeX arXiv:2604.06811

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BadSkill: Backdoor Attacks on Agent Skills via Model-in-Skill Poisoning

2026-04-10 · Guiyao Tie, Jiawen Shi, Pan Zhou, Lichao Sun arxiv

Agent ecosystems increasingly rely on installable skills to extend functionality, and some skills bundle learned model artifacts as part of their execution logic. This creates a supply-chain risk that is not captured by …

BACKDOORL: Backdoor Attack against Competitive Reinforcement Learning

2021-05-02 · Lun Wang, Zaynah Javed, Xian Wu, Wenbo Guo 외

Recent research has confirmed the feasibility of backdoor attacks in deep reinforcement learning (RL) systems. However, the existing attacks require the ability to arbitrarily modify an agent's observation, constraining …

Atari GamesBackdoor AttackDeep Reinforcement Learningreinforcement-learning+2

SkillJack: Persistent Skill Backdoors in Self-Evolving Agents

2026-08-04 · Zonghao Ying, Xiangfan Wu, Huiyu Wu, Xing Zheng 외 hf

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 poi…

BLAST: A Stealthy Backdoor Leverage Attack against Cooperative Multi-Agent Deep Reinforcement Learning based Systems

2025-01-03 · Yinbo Yu, Saihao Yan, Xueyu Yin, Jing Fang 외

Recent studies have shown that cooperative multi-agent deep reinforcement learning (c-MADRL) is under the threat of backdoor attacks. Once a backdoor trigger is observed, it will perform malicious actions leading to fail…

Deep Reinforcement LearningSMACSMAC+

Watch Out for Your Agents! Investigating Backdoor Threats to LLM-Based Agents

2024-02-17 · Wenkai Yang, Xiaohan Bi, Yankai Lin, Sishuo Chen 외

Driven by the rapid development of Large Language Models (LLMs), LLM-based agents have been developed to handle various real-world applications, including finance, healthcare, and shopping, etc. It is crucial to ensure t…

Backdoor Attackbackdoor defenseData Poisoning