7 ms·
I disagree that it’s fear mongering. Have we not had numerous articles on HN about data exfiltration in recent memory? Why would an LLM that is in the drivers s
by MrAlex94 9mo ago
I disagree that it’s fear mongering. Have we not had numerous articles on HN about data exfiltration in recent memory? Why would an LLM that is in the drivers seat of a browser (not talking about current feature status in Firefox wrt to sanitised data being interacted with) not have the same pitfalls?
Seems as if we’d be 3 for 3 in the “agents rule of 2” in the context of the web and a browser?
> [A] An agent can process untrustworthy inputs
> [B] An agent can have access to sensitive systems or private data
> [C] An agent can change state or communicate externally
https://simonwillison.net/2025/Nov/2/new-prompt-injection-papers/ https://simonwillison.net/2025/Nov/2/new-prompt-injection-pa...
Even if we weren’t talking about such malicious hypotheticals, hallucinations are a common occurrence as are CLI agents doing things it thinks best, sometimes to the detriment of the data it interacts with. I personally wouldn’t want my history being modified or deleted, same goes with passwords and the like.
It is a bit doomerist, I doubt it’ll have such broad permissions but it just doesn’t sit well which I suppose is the spirit of the article and the stance Waterfox takes.
- yunohn 9mo agoI believe you are conflating multiple concepts to prove a flaky point. Again, unless your agent has access to a function that exfiltrates data, it is impossible for it to do so. Literally! You do not need to provide any tools to an LLM that summarizes or translates websites, manages your open tabs, etc. This can be done fully locally in a sandbox. Linking to simonw does not make your argument valid. He makes some great points, but he does not assert what you are claiming at any point. Please stop with this unnecessary fear mongering and make a better argument.
- nazgul17 9mo agoThinking aloud, but couldn't someone create a website with some malicious text that, when quoted in a prompt, convinces the LLM to expose certain private data to the web page, and couldn't the webpage send that data to a third party, without the need for the LLM to do so? This is probably possible to mitigate, but I fear what people more creative, motivated and technically adept could come up with.
- FeepingCreature 9mo agoAt least with finetuning, yes: https://arxiv.org/abs/2512.09742 https://arxiv.org/abs/2512.09742 It's unclear if this technique could also work with in-prompt data.
- yunohn 9mo agoWhy does the LLM get to send data to the website?? That’s my whole point, if you don’t expose a way for it to send data anywhere, it can’t.
- dkdcio 9mo ago> Have we not had numerous articles on HN about data exfiltration in recent memory? there’s also an article on the front page of HN right now claiming LLMs are black boxes and we don’t know how they work, which is plainly false. this point is hardly evidence of anything and equivalent to “people are saying”
- FeepingCreature 9mo agoThis is true though. While we know what they do on a mechanistic level, we cannot reliably analyze why the model outputs any particular answer in functional terms without a heroic effort at the "arxiv paper" level.
- dkdcio 9mo agothat’s true of analyzing individual atoms in a combustion engine — yet I doubt you’d claim we don’t know how they work also this went from “we can’t analyze” to “we can’t analyze reliably [without a lot of effort]” quite quickly
- twosdai 9mo agoIn the digital world, we should be able to go back from output to input unless the intention of the function is to "not do that". Like hashing. Llms not being able to go from output back to input deterministically and for us to understand why is very important, most of our issues with llms stem from this issue. Its why mechanistic interpretabilty research is so hot right now. The car analogy is not good because models are digital components and a car is a real world thing. They are not comparable.
- dkdcio 9mo agoah I forgot digital components are not real world things
- FeepingCreature 9mo agoI mean, fluid dynamics is an unsolved issue. But even so we know *considerably* less about how LLMs work in functional terms than about how combustion engines work.