paper-with-me

Papers

Defenses & Enablers For Skill Injection Attacks on Terminal Based Agents

2026-06-01 · Yoshinari Fujinuma, Varun Gangal, Traian Rebedea, Makesh Narsimhan Sreedhar, Prasoon Varshney, Rebecca Qian, Anand Kannappan arxiv

Large language model (LLM) agents increasingly rely on reusable skills i.e. documents describing task-specific procedures. However, this introduces a new attack surface for agents to manage. We study two complementary directions for this threat. First, we evaluate guardian-based defenses: an intermediary LLM agent that acts as a mediator for skill file access (dynamic guardian) or pre-rewrites these files at build time (static guardian). Across three LLM agent families, our guardians cut attack success rate (ASR) by well over half while preserving task utility. Second, we stress test them through attack reframing using four attacks that preserve the malicious instruction but change the phrasing. For non-guardian setup, the reframing pushes the ASR up to 81.4\%, but the dynamic guardian brings it down to 18.6\%, showing that real-time mediation is a robust defense.

📄 PDF Abstract BibTeX arXiv:2606.01567

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

POISE: Position-Aware Undetectable Skill Injection on LLM Agents

2026-06-06 · Haochang Hao, Dehai Min, Zhifang Zhang, Yunbei Zhang 외 arxiv

Agent skills provide a lightweight mechanism for extending general-purpose agents, but their open format exposes them to skill-poisoning attacks. A practically dangerous injection must stay invisible: if executing the pa…

Formalizing and Benchmarking Prompt Injection Attacks and Defenses

2023-10-19 · Yupei Liu, Yuqi Jia, Runpeng Geng, Jinyuan Jia 외

A prompt injection attack aims to inject malicious instruction/data into the input of an LLM-Integrated Application such that it produces results as an attacker desires. Existing works are limited to case studies. As a r…

Benchmarking

LongPIBench: A Long-Context Benchmark for Prompt Injection

2026-08-28 · Yupei Liu, Yuqi Jia, Neil Zhenqiang Gong, Jinyuan Jia arxiv

Prompt injection attacks pose a serious security risk to large language models in real-world applications. However, existing prompt injection benchmarks primarily focus on short-context inputs, leaving the attacks and de…

May I have your Attention? Breaking Fine-Tuning based Prompt Injection Defenses using Architecture-Aware Attacks

2025-07-10 · Nishit V. Pandya, Andrey Labunets, Sicun Gao, Earlence Fernandes arxiv

A popular class of defenses against prompt injection attacks on large language models (LLMs) relies on fine-tuning to separate instructions and data, so that the LLM does not follow instructions that might be present wit…

A Critical Evaluation of Defenses against Prompt Injection Attacks

2025-05-23 · Yuqi Jia, Zedian Shao, Yupei Liu, Jinyuan Jia 외

Large Language Models (LLMs) are vulnerable to prompt injection attacks, and several defenses have recently been proposed, often claiming to mitigate these attacks successfully. However, we argue that existing studies la…