There are a distressing number of people in this thread who think that the agent should just be expected to do this. Yes, it is good to be paranoid, but also, the agent should never do this. Indicates horrific engineering practices at xAI.
Grok CLI uploaded the whole home directory to GCS
81–90 of 434 posts
Re: Grok CLI uploaded the whole home directory to GCS
#82There are a distressing number of people in this thread who think that the agent should just be expected to do this. Yes, it is good to be paranoid, but also, the agent should never do this. Indicates horrific engineering practices at xAI.
Re: Grok CLI uploaded the whole home directory to GCS
#83Earlier quoted context omitted.
I'm not seeing the information about it having been run at $HOME, where are you seeing that?
The `repo_path` field.
Re: Grok CLI uploaded the whole home directory to GCS
#84This is a stupid stupid thing to "allow," for every party involved here.
You're a stupid programmer if you're letting these things touch your files.
You're a stupid company if you're letting Grok run wild.
We're a stupid industry if we're not warning everybody about how ridiculous this all is.
Re: Grok CLI uploaded the whole home directory to GCS
#85“Grok uploaded” -> “I gave AI access to my home folder and messed up”
Re: Grok CLI uploaded the whole home directory to GCS
#86I use a separate user for all development tasks, its home folder contains all repositories I work on, and nothing else, and that is all the IDE and the AI assistants have access to. Create the user once, start the IDE from a shell using that user, and that's it. In Linux it's a pretty seamless experience. It's simple sandboxing based solely on unix file permissions. Albeit weak, I find the isolation sufficient. Until…
Re: Grok CLI uploaded the whole home directory to GCS
#87No?
Well the model weights, the GPUs, and the context obviously all have to be in the same place, so “sending your project to them” is literally the only thing that could possibly happen, unless you think agents work by fucking magic.
This is the biggest case of PEBKAC in history, maybe ever.
This is the kind of confusion that Charles Babbage could not rightly comprehend, except at those politicians at least had the excuse that computers had only been invented five minutes prior.
Re: Grok CLI uploaded the whole home directory to GCS
#88So many of the replies are saying that they should've restricted access using .md files and whatnot. Is really any guarantee that they even follow those? It seems like even if you ask pretty please don't touch those files, there's a chance they will. So many people have just willingly installed spyware on their computers and big tech calls this the next big thing.
That's the whole reason I refuse to install Google Drive or Dropbox's desktop applications. I only use the web interface so I know exactly what gets uploaded and when. I assume that anything running on my computer gets access to everything.
Re: Grok CLI uploaded the whole home directory to GCS
#89Important to clarify that this was not the Grok agent deciding to read the files. I don't think the LLM had anything to do with this decision at all. It looks like the Grok tool starts a session by deterministically kicking off a full upload of the user's current repository (and maybe their directory if not version tracked? Not clear if this user had previously run "git init" in their home directory) to Grok's server…
Re: Grok CLI uploaded the whole home directory to GCS
#90why do people give these LLMs full access to everything and then complain when it does somethign stupid? that is what sandboxes are for.