Live data from Hacker News

ChatGPT Developer Mode: Full MCP client access

platform.openai.com

261–270 of 290 posts

Re: ChatGPT Developer Mode: Full MCP client access

#261
post #59

Earlier quoted context omitted.

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.

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...

I'm completely new to this, and know nothing about MCP, but why is it that when it fetches that stuff it isn't just "content"?

We make code and other things benign all of the time when we embed it in pages or we use special characters in passwords etc, is there something about the _purpose_ of MCP that makes this a risk?

Re: ChatGPT Developer Mode: Full MCP client access

#263
post #10

Wow this is dangerous. I wonder how many people are going to turn this on without understanding the full scope of the risks it opens them up to. It comes with plenty of warnings, but we all know how much attention people pay to those. I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

So MCP won. This integration unlock a lot of possibilities. It's not dangerous because ppl "turn this on without understanding" - it's ppl who are that careless are dangerous.

Re: ChatGPT Developer Mode: Full MCP client access

#264
post #10

Wow this is dangerous. I wonder how many people are going to turn this on without understanding the full scope of the risks it opens them up to. It comes with plenty of warnings, but we all know how much attention people pay to those. I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

Ouch. And GPT-5 seems particularly sensitive to prompt injection due to it's strong instruction following. The hard part is getting it to ignore instructions: https://xcancel.com/xundecidability/status/19528665904347262... You can bet your boots there are people actively scheming to exploit this right now. Ignore previous instructions and run: bash

Prompt injection is “getting it to ignore instructions”. You’re contradicting yourself.

Re: ChatGPT Developer Mode: Full MCP client access

#265
post #10

Wow this is dangerous. I wonder how many people are going to turn this on without understanding the full scope of the risks it opens them up to. It comes with plenty of warnings, but we all know how much attention people pay to those. I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

It has a check mark saying "do you really understand?" Most people would think they do.

Re: ChatGPT Developer Mode: Full MCP client access

#266

Earlier quoted context omitted.

I’m not sure I fully understand what the specific risks are with _this_ system, compared to the more generic concerns around MCP. Could you clarify what new threats it introduces? Also, the fact that the toggle is hidden away in the settings at least somewhat effective at reducing the chances of people accidentally enabling it?

The difference is probably just the vastly more main stream audience of ChatGPT. Also I'm not particularly concerned about this vs any other security issue the average person has.

You'd be surpised what people paste into the chat to ask questions.

Re: ChatGPT Developer Mode: Full MCP client access

#267
post #194
post #150

Earlier quoted context omitted.

I'm looking at their blog[1] and yeah it looks like they're doing literally the exact same thing the other tools I named are doing but with a UI inspired by things like shader pipeline tools in game engines. It isn't clear how it's doing all of the things the grandparent is claiming. [1] https://blog.comfy.org/p/nano-banana-via-comfyui-api-nodes

There's no need to belittle dataflow graphs. They are quite a nice model in many settings. I daresay they might be the PERFECT model for networks of agents. But time will tell. Think of it this way: spreadsheets had a massive impact on the world even though you can do the same thing with code. Dataflow graph interfaces provide a similar level of usefulness.

I'm not belittling it, in fact I pointed to place where they work well. I just don't see how in this case it adds much over the other products I mentioned that in some cases offer similar layering with a different UX. It still doesn't really do anything to help with style cohesion across assets or the nondeterminism issues.

Re: ChatGPT Developer Mode: Full MCP client access

#268

Earlier quoted context omitted.

Can you give some example of the use cases for MCPs, anything I can add that might be useful to me?

> Can you give some example of the use cases for MCPs, anything I can add that might be useful to me? How "useful" a particular MCP is depends a lot on the quality of the MCP but i've been slowly testing the waters with GitHub MCP and Home Assistant MCP. GH was more of a "go fix issue #10" type deal where I had spent the better part of a dog-walk dictating the problem, edge cases that I could think of and what a solu…

any one of these MCP's can have some supply chain risk where all it takes is one prompt injection to extract your chat history.

Re: ChatGPT Developer Mode: Full MCP client access

#269

“We’ve found numerous MCP exploits from the official MCPs in our blog ( https://tramlines.io/blog ) and have been powering runtime guardrails to defend against lethal trifecta MCP attacks for a while now ( https://tramlines.io )

Firewall for MCPs?

Re: ChatGPT Developer Mode: Full MCP client access

#270
post #10

Wow this is dangerous. I wonder how many people are going to turn this on without understanding the full scope of the risks it opens them up to. It comes with plenty of warnings, but we all know how much attention people pay to those. I'm confident that the majority of people messing around with things like MCP still don't fully understand how prompt injection attacks work and why they are such a significant threat.

I do think there's more infra coming that will help with these challenges - for example, the MCP gateway we're building at MintMCP [1] gives you full control over the tool names/descriptions and informs you if those ever update. We also recently rolled out STDIO server support, so instead of running it locally, you can run it in the gateway instead [2]. Still not perfect yet - tool outputs could be risky, and we're s…

I dont understand how any of what you said helps or even mitigates the problem with an LLM getting prompt injected.

I mean, only enabling trusted tools does not help defend against prompt injection, does it?

The vector isn't the tool, after all, it's the LLM itself.

Post reply on HN