Menu

Post image 1
Post image 2
1 / 2
0

Prompt injection is not one prompt anymore

DEV Community·Anton Fedotov·24 days ago
#uCmgO5k3
#ai#security#rag#agents#prompt#injection
Reading 0:00
15s threshold
Cover image for Prompt injection is not one prompt anymore

Anton Fedotov

I wrote a shorter technical note on why prompt injection becomes harder once we move from chatbots to agents.

The problem is not only that a model may follow a bad instruction.

The harder case is when untrusted content travels through a workflow: retrieval, summaries, memory, tool outputs, and later decisions.

That is where prompt injection starts to look like a missing trust boundary.

Full article:

https://msukhareva.substack.com/p/prompt-injection-is-not-just-one

Read More