Live data from Hacker News

ChatGPT for Google Sheets exfiltrates workbooks

promptarmor.com

11–20 of 143 posts

Re: ChatGPT for Google Sheets exfiltrates workbooks

#11
LLMs can live in the cloud, but all tools need to be (1) local, and (2) containerized. It's clear to me that just willy-nilly "running stuff" is going to blow things up eventually. Maybe folks don't know this, but even Codex installs random binaries on your PC. "Read this PDF" installs a pdf reader executable. Is it vetted? Where's it from? Is it a virus? Who knows, who cares. Model goes brrrr.

I'm working on a project that includes WASI containerization for local LLM workflows (which is a pretty tough problem), and I'm flabbergasted that Anthropic and OpenAI aren't more worried about these attack vectors. It feels like amateur hour.

Re: ChatGPT for Google Sheets exfiltrates workbooks

#14
post #10
post #4

Turns out that some of the people building the software with AI have no clue how to secure them or even know it is riddled with security holes added by the AI. Pure vibes.

I don't think anyone is surprised by it. People are not vibe-coding zombies... yet. It's a matter of one trillion-dollar company not falling behind another trillion-dollar company. They know what they are doing and are OK with it.

moving all of the fast and breaking all of the things

Re: ChatGPT for Google Sheets exfiltrates workbooks

#15
post #11

LLMs can live in the cloud, but all tools need to be (1) local, and (2) containerized. It's clear to me that just willy-nilly "running stuff" is going to blow things up eventually. Maybe folks don't know this, but even Codex installs random binaries on your PC. "Read this PDF" installs a pdf reader executable . Is it vetted? Where's it from? Is it a virus? Who knows, who cares. Model goes brrrr. I'm working on a proj…

>"Read this PDF" installs a pdf reader executable.

How does this work regarding Macos notarization btw?

Re: ChatGPT for Google Sheets exfiltrates workbooks

#17
post #11

LLMs can live in the cloud, but all tools need to be (1) local, and (2) containerized. It's clear to me that just willy-nilly "running stuff" is going to blow things up eventually. Maybe folks don't know this, but even Codex installs random binaries on your PC. "Read this PDF" installs a pdf reader executable . Is it vetted? Where's it from? Is it a virus? Who knows, who cares. Model goes brrrr. I'm working on a proj…

>"Read this PDF" installs a pdf reader executable. How does this work regarding Macos notarization btw?

What does notarization have to do with that? You or ChatGPT or whatever download a signed and already notarized binary.

Re: ChatGPT for Google Sheets exfiltrates workbooks

#18

Earlier quoted context omitted.

>"Read this PDF" installs a pdf reader executable. How does this work regarding Macos notarization btw?

What does notarization have to do with that? You or ChatGPT or whatever download a signed and already notarized binary.

That was kind of my question, whether it was restricted to downloading notarized apps (which is at least something) or whether they were circumventing that somehow.

Re: ChatGPT for Google Sheets exfiltrates workbooks

#19
post #11

LLMs can live in the cloud, but all tools need to be (1) local, and (2) containerized. It's clear to me that just willy-nilly "running stuff" is going to blow things up eventually. Maybe folks don't know this, but even Codex installs random binaries on your PC. "Read this PDF" installs a pdf reader executable . Is it vetted? Where's it from? Is it a virus? Who knows, who cares. Model goes brrrr. I'm working on a proj…

>"Read this PDF" installs a pdf reader executable. How does this work regarding Macos notarization btw?

I was actually curious, on my Mac, it uses `gs -q -sDEVICE=txtwrite -o output.txt input.pdf` (not sure why I have Ghostscript installed, maybe Adobe?) to read a PDF, and on my PC it just rawdogs `pdftotext`.

Re: ChatGPT for Google Sheets exfiltrates workbooks

#20
post #11

LLMs can live in the cloud, but all tools need to be (1) local, and (2) containerized. It's clear to me that just willy-nilly "running stuff" is going to blow things up eventually. Maybe folks don't know this, but even Codex installs random binaries on your PC. "Read this PDF" installs a pdf reader executable . Is it vetted? Where's it from? Is it a virus? Who knows, who cares. Model goes brrrr. I'm working on a proj…

[flagged]
Post reply on HN