▲ | mehdibl 5 days ago | |||||||||||||||||||||||||
How many real world cases of prompt injection we have currently embedded in MCP's? I love the hype over MCP security while the issue is supply chain. But yeah that would make it to broad and less AI/MCP issue. | ||||||||||||||||||||||||||
▲ | Graphon1 5 days ago | parent | next [-] | |||||||||||||||||||||||||
It's not a prompt injection _in the MCP Server_. It's injection facilitated by the MCP server that pulls input from elsewhere, eg an email sent to your inbox, a webpage that the agent fetches, or in the comment on a pull request submitted to your repo. [1] [1] https://www.thestack.technology/copilot-chat-left-vs-code-op... | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | Leynos 5 days ago | parent | prev [-] | |||||||||||||||||||||||||
Codex web has a fun one where if you post multiple @codex comments to a PR, it gets confused as to which one it should be following because it gets the whole PR + comments as a homogenized mush in its context. I ended up rigging a userscript to pass the prompt directly to Codex rather than waste time with PR comments. |