Sandboxes won't save you from OpenClaw
tachyon.so
Sandboxes won't save you from OpenClaw
1–10 of 108 posts
Re: Sandboxes won't save you from OpenClaw
#2I'm sure we will get them but only for use with in-house agents, i.e. GMail and Google Pay will get agentic capabilities but they'll only work with Gemini, and only Siri will be able to access your Apple cloud stuff without handing over access to everything, and if you want your grocery shopping handled for you, Rufus is there.
Maybe you will be able to link Copilot to Gemini for an extra $2.99 a month.
Re: Sandboxes won't save you from OpenClaw
#3Sandboxing alone isn’t the right approach… a multi-faceted approach is what works.
What we’ve found that does work is automation on the approval process but only with very strong guards in place… approval fatigue is another growing problem - users simply clicking approve on all requests.
Re: Sandboxes won't save you from OpenClaw
#4Re: Sandboxes won't save you from OpenClaw
#5Re: Sandboxes won't save you from OpenClaw
#6Re: Sandboxes won't save you from OpenClaw
#7If you let OpenClaw access the daemon, sure it could still get prompt injected to add a bunch of things to your cart, but if the daemon is properly segmented from the OpenClaw user, you should be pretty safe from getting prompt injected to purchase something.
Re: Sandboxes won't save you from OpenClaw
#8Call me overly cautious, but as someone using OpenClaw I never for a moment considered hooking it up to real external services as me . Instead I put it on one server and created a second server with shared services like Gitea and other self-hosted tools that are only accessible over a tailnet and openclaw is able to use those services. When I needed it to use a real external service I have created a limited separate…
Re: Sandboxes won't save you from OpenClaw
#9I can't say this loudly enough, "an LLM with untrusted input produces untrusted output (especially tool calls)." Tracking sources of untrusted input with LLMs will be much harder than traditional [SQL] injection. Read the logs of something exposed to a malicious user and you're toast.
Re: Sandboxes won't save you from OpenClaw
#10Agree, that’s why we’re building grith.ai Sandboxing alone isn’t the right approach… a multi-faceted approach is what works. What we’ve found that does work is automation on the approval process but only with very strong guards in place… approval fatigue is another growing problem - users simply clicking approve on all requests.