Grok CLI uploaded the whole home directory to GCS
51–60 of 434 posts
Re: Grok CLI uploaded the whole home directory to GCS
#52So 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.
You can't trust the agent, let alone its harness, to oberve any particular directive you give it, so "md files" provide no meaningful protection for anything important.
But users are broadly reckless and naive and commercial vendors are exploitative and irresponsonsible, so the vendors take advantage of what they can get away with for as long as they can get away with it.
Use a tight sandbox, and join the chorus loudly when others press on vendors to be make user safety an earnest and hard-to-abandon priority.
Re: Grok CLI uploaded the whole home directory to GCS
#53Re: Grok CLI uploaded the whole home directory to GCS
#54Earlier quoted context omitted.
The point is more that you should not blame the user (why didn't you set up sandbox instead of directly using the tool of big corp) if a tool does something unexpected. If your Dropbox client would suddenly just upload your home directory instead of it's folder you configured you'd also not blame the user that they use Dropbox, you'd blame Dropbox for not doing their job correctly or being user hostile.
Is it 'unexpected' when we've been hearing stories like this every week for 2 years now?
Re: Grok CLI uploaded the whole home directory to GCS
#55Honestly what else would you expect an AI agent to do when using remote inference? Isn't giving full context into your code base the whole point?
Re: Grok CLI uploaded the whole home directory to GCS
#56Re: Grok CLI uploaded the whole home directory to GCS
#57So 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.
Re: Grok CLI uploaded the whole home directory to GCS
#58The real solution to these kind of problems is sandboxing. I use podman through a bash script to launch a container whenever I want an agent to work on one of my repos. When done I just generate git patches and port back everything generated. In this way I'm not afraid of letting the agents totally lose on my computer.
Re: Grok CLI uploaded the whole home directory to GCS
#59Re: Grok CLI uploaded the whole home directory to GCS
#60So 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.