paper-with-me

홈 › Papers

IssueTrojanBench: Benchmarking AI Coding Agents Against Malicious Issue Requests

2026-07-22 · Ankur Singh, Jinqiu Yang, Tse-Hsun Chen arxiv

AI coding agents powered by LLMs are increasingly integrated into real-world software development, where they generate, edit, and execute code with autonomous access to local files and tools. Coding agents inherit security risks from both the LLM backbone, where adversarial prompts, poisoned training data, and backdoor triggers can cause models to emit insecure or attacker-chosen code, and their agentic architecture, where tool-using autonomy enables induced misuse of external APIs, data exfiltration, and persistent compromise of development environments. This paper presents a systematic evaluation of malicious issue requests against state-of-the-art coding agents (Cursor, Claude Code, and Codex Desktop), powered by two major model families (OpenAI GPT-5.3 Codex/GPT-5.4 and Anthropic Sonnet 4.6). Our novel benchmark IssueTrojanBench contains malicious issues that are constructed based on four novel attack categories (i.e., embedded as malicious instructions in issues), six delivery vectors (e.g., PDF, or issue comment), and further augmented by perturbations. Our results reveal critical vulnerabilities in the as-deployed modern coding agents, i.e., 66.5% of the malicious issues from IssueTrojanBench penetrate all the guardrails (agent- and LLM-level) of coding agents. Our further analysis shows that rejection is almost entirely from LLMs rather than the agent frameworks, with GPT models broadly vulnerable and Sonnet 4.6 exhibiting more selective, risk-aware blocking of high-impact actions. Our evaluation also highlights that the current agent-level defense strategy offers limited additional protection for coding agents. Our findings highlight the urgent need for stronger agent- and model-level safety mechanisms to protect AI coding agents.

📄 PDF Abstract BibTeX arXiv:2607.20759

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WAInjectBench: Benchmarking Prompt Injection Detections for Web Agents

2025-10-01 · Yinuo Liu, Ruohan Xu, Xilong Wang, Yuqi Jia 외 arxiv

Multiple prompt injection attacks have been proposed against web agents. At the same time, various methods have been developed to detect general prompt injection attacks, but none have been systematically evaluated for w…

Shadows in the Code: Exploring the Risks and Defenses of LLM-based Multi-Agent Software Development Systems

2025-11-23 · Xiaoqing Wang, Keman Huang, Bin Liang, Hongyu Li 외 arxiv

The rapid advancement of Large Language Model (LLM)-driven multi-agent systems has significantly streamlined software developing tasks, enabling users with little technical expertise to develop executable applications. W…

MOCHA: Are Code Language Models Robust Against Multi-Turn Malicious Coding Prompts?

2025-07-25 · Muntasir Wahed, Xiaona Zhou, Kiet A. Nguyen, Tianjiao Yu 외 arxiv

Recent advancements in Large Language Models (LLMs) have significantly enhanced their code generation capabilities. However, their robustness against adversarial misuse, particularly through multi-turn malicious coding p…

Code Generation

Benchmarking Autonomous Agents against Temporal, Spatial, and Semantic Evasions

2026-05-21 · Jianan Ma, Xiaohu Du, Ruixiao Lin, Yaoxiang Bian 외 arxiv

As autonomous agents (e.g., OpenClaw) increasingly operate with deep system-level privileges to execute complex tasks, they introduce severe, unmitigated security risks. Current vulnerability analyses overwhelmingly focu…

Supply-Chain Poisoning Attacks Against LLM Coding Agent Skill Ecosystems

2026-04-03 · Yubin Qu, Yi Liu, Tongcheng Geng, Gelei Deng 외 arxiv

LLM-based coding agents extend their capabilities via third-party agent skills distributed through open marketplaces without mandatory security review. Unlike traditional packages, these skills are executed as operationa…