paper-with-me

Papers

SkillJect: Effectively Automating Skill-Based Prompt Injection for Skill-Enabled Agents

2026-02-15 · Xiaojun Jia, Jie Liao, Simeng Qin, Jindong Gu, Wenqi Ren, Xiaochun Cao, Yang Liu, Philip Torr arxiv

Agent skills extend LLM agents with task-specific instructions, executable scripts, and auxiliary resources, improving reusability but creating a new supply-chain attack surface. A malicious or compromised skill can be repeatedly loaded as trusted guidance and steer downstream tool use. Existing skill-based prompt-injection attacks are often manual and brittle, because explicit malicious instructions are rejected or ignored when they are not aligned with the original workflow. We propose SkillJect, the first automated framework for generating poisoned skills against skill-enabled agent systems. SkillJect uses two coordinated channels. In the artifact channel, it hides the payload inside an auxiliary helper script. In the instruction channel, it rewrites SKILL.md with a front-loaded inducement strategy, placing injected content at the beginning and framing the helper script as a mandatory prerequisite or initialization step. The rewritten instruction explicitly references the helper-script path and provides an executable example command, making the helper appear to be a legitimate setup step before normal skill operations. SkillJect further adopts a closed-loop multi-agent process to improve attack effectiveness. An Attack Agent generates poisoned skills, a Victim Agent executes downstream tasks with the poisoned skill, and an Evaluate Agent inspects execution traces to determine whether the hidden payload was executed. The Attack Agent then uses this feedback to diagnose failure causes and rewrite SKILL.md, while keeping the payload fixed. Experiments across skill-enabled platforms, backend LLMs, and attack categories show that SkillJect substantially outperforms naive direct injection and prior manual skill-injection attacks, highlighting poisoned skills as a persistent threat in reusable skill ecosystems.

📄 PDF Abstract BibTeX arXiv:2602.14211

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ClawGuard: A Runtime Security Framework for Tool-Augmented LLM Agents Against Indirect Prompt Injection

2026-04-13 · Wei Zhao, Zhe Li, Peixin Zhang, Jun Sun arxiv

Tool-augmented Large Language Model (LLM) agents have demonstrated impressive capabilities in automating complex, multi-step real-world tasks, yet remain vulnerable to indirect prompt injection. Adversaries exploit this …

Skill-Inject: Measuring Agent Vulnerability to Skill File Attacks

2026-02-23 · David Schmotz, Luca Beurer-Kellner, Sahar Abdelnabi, Maksym Andriushchenko arxiv

LLM agents are evolving rapidly, powered by code execution, tools, and the recently introduced agent skills feature. Skills allow users to extend LLM applications with specialized third-party code, knowledge, and instruc…

Agent Skills Enable a New Class of Realistic and Trivially Simple Prompt Injections

2025-10-30 · David Schmotz, Sahar Abdelnabi, Maksym Andriushchenko arxiv

Enabling continual learning in LLMs remains a key unresolved research challenge. In a recent announcement, a frontier LLM company made a step towards this by introducing Agent Skills, a framework that equips agents with …

Continual Learning

Signal or Noise? A Benchmark Study of Agent Skills in Web Development

2026-08-24 · Ziyue Yang, Fan Ding arxiv

Agent Skills are reusable procedural modules that are increasingly injected into coding-agent sessions to encode framework conventions, anti-patterns, and reusable tools. However, because each injected Skill expands the …

WASP: Benchmarking Web Agent Security Against Prompt Injection Attacks

2025-04-22 · Ivan Evtimov, Arman Zharmagambetov, Aaron Grattafiori, Chuan Guo 외

Autonomous UI agents powered by AI have tremendous potential to boost human productivity by automating routine tasks such as filing taxes and paying bills. However, a major challenge in unlocking their full potential is …

Benchmarking