CRSEMar 23

Are AI-assisted Development Tools Immune to Prompt Injection?

arXiv:2603.2164247.82 citationsh-index: 3
Predicted impact top 42% in CR · last 90 daysOriginality Incremental advance
AI Analysis

This addresses security risks for developers using AI-assisted tools, but it is incremental as it builds on prior research on prompt injection in LLMs.

The paper tackles the problem of prompt injection vulnerabilities in AI-assisted development tools using the Model Context Protocol, finding significant disparities in security across seven widely used clients, with some like Cursor highly susceptible to attacks while others like Claude Desktop have strong guardrails.

Prompt injection is listed as the number-one vulnerability class in the OWASP Top 10 for LLM Applications that can subvert LLM guardrails, disclose sensitive data, and trigger unauthorized tool use. Developers are rapidly adopting AI-assisted development tools built on the Model Context Protocol (MCP). However, their convenience comes with security risks, especially prompt-injection attacks delivered via tool-poisoning vectors. While prior research has studied prompt injection in LLMs, the security posture of real-world MCP clients remains underexplored. We present the first empirical analysis of prompt injection with the tool-poisoning vulnerability across seven widely used MCP clients: Claude Desktop, Claude Code, Cursor, Cline, Continue, Gemini CLI, and Langflow. We identify their detection and mitigation mechanisms, as well as the coverage of security features, including static validation, parameter visibility, injection detection, user warnings, execution sandboxing, and audit logging. Our evaluation reveals significant disparities. While some clients, such as Claude Desktop, implement strong guardrails, others, such as Cursor, exhibit high susceptibility to cross-tool poisoning, hidden parameter exploitation, and unauthorized tool invocation. We further provide actionable guidance for MCP implementers and the software engineering community seeking to build secure AI-assisted development workflows.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes