← BACK TO BLOG
4 min read

Your Resume Is Also a Prompt: Why Prompt Injection Is the Defining Security Problem in Real-World LLM Systems

The most dangerous misunderstanding in enterprise AI is treating documents , connects it to broader attack surfaces, and argues that interface design is now security design.

The architectural truth

Any time an LLM reads untrusted content, the boundary between "content" and "control" starts to blur

A 2025 RecSysHR paper studied resumes containing hidden adversarial instructions designed to make an LLM overrate a candidate. The authors report seeing real examples in which job seekers hid manipulative text in very small white font, and they evaluated defenses across 1,200 experiments, spanning 10 injection strings, 5 models, and 24 prompting and defense setups. That paper is nominally about hiring. It is not really about hiring. It is about a much bigger architectural truth: when an LLM reads untrusted content, the channel that carries data and the channel that carries instructions become the same channel. NIST explicitly describes this in retrieval systems, noting that LLM use h," which enables indirect prompt injection attacks. This is the core issue. Not resumes. Not HR. The issue is that language h, it processes both the visible qualifications and the hidden instructions.

  • NIST framing Standards: NIST AI 100-2e2025 explicitly notes that LLM use in retrieval h," enabling indirect prompt injection. This is an architectural property, not a bug.
  • OWASP LLM01 Top risk: Prompt injection sits at the top of the OWASP GenAI risk list. The attack involves crafted inputs that manipulate model behavior, bypass safeguards, or trigger unintended actions.
MetricValueNotes
Experiments1,200Defense evaluations across 10 injection strings, 5 models, 24 prompting setups (RecSysHR 2025).
Jailbreak range0.8% → 52%Success rates varied dramatically across models and mitigation strategies.
Core vulnerabilityBlurred channelsData and instruction channels collapse into one when LLMs process untrusted text.

Evolving threat landscape

Prompt injection is no longer a niche topic for red-teamers

Microsoft frames indirect prompt injection in practical enterprise terms: it happens when an LLM processes untrusted data and mistakes attacker-controlled content for instructions. Their July 2025 guidance describes this , including input isolation, detection, and impact mitigation. OpenAI h," and in agentic systems the goal is not merely to detect every malicious input, but to constrain the impact even when manipulation attempts succeed. This shift in framing is it is a property to manage.

  • Three security layers Layers: Security lives in the model, in the architecture, and in interface design. Relying only on the model layer is insufficient.
  • Future systems Future: The best LLM systems will distinguish themselves not by reasoning ability alone, but by how well they control who influences that reasoning.

Primary sources

References

These references span the academic research, industry guidance, and standards that inform this analysis. They represent the current state of understanding on prompt injection ](https://ceur-ws.org/Vol-4046/RecSysHR2025-paper_9.pdf) — The foundational empirical study with 1,200 experiments across 5 models and 24 defense setups. Demonstrates dramatic variation in jailbreak success rates (0.8% to 52.1%) and the effectiveness of untrusted-tag + guardrail configurations.


Related posts:

SHARELINKEDINX

RELATED READING