Top
Best
New

Posted by atombender 17 hours ago

Agent Safehouse – macOS-native sandboxing for local agents(agent-safehouse.dev)
654 points | 158 commentspage 4
sunir 13 hours ago|
Is clunker some new slang that's different than clanker? I'm asking for a friend of my friend Roku.

p.s. thanks for making this; timely as I am playing whackamole with sandboxing right now.

e1g 13 hours ago|
Testing in prod! Thank you, just fixed that typo.
devonkelley 13 hours ago||
Sandboxing solves "prevent the agent from doing damage." The failure mode it doesn't catch is when the agent operates perfectly within its permissions and still produces garbage because the model degraded or the tool stopped returning useful results.

That's a 200 OK the whole way down. "Prevent bad actions" and "detect wrong-but-permitted actions" are completely different problems.

inoki 12 hours ago||
I'm also working on a cross-platform solution (sandbox-exec on macOS). What if Apple finally drops this after long deprecation?
e1g 11 hours ago|
Let’s make something so popular and useful that they can’t drop it.
Finbarr 13 hours ago||
Awesome to see a bash-only method of solving this problem. Also like that it alerts on attempts to read restricted stuff.

I built yolobox to solve this using docker/apple containers: https://github.com/finbarr/yolobox

datapolitical 9 hours ago||
This really is not going to be safe on something like Mac or Windows until it’s built into the OS.

But given how fast agents are moving, I would be shocked if such tools were not already being built

ashniu123 7 hours ago||
How's this different from https://container-use.com?
cuber_messenger 11 hours ago||
It's the exact auth control I want. However, it seems it's not a safehouse for local agents, but a safe cage, IMHO. After all, it prevents damage they might cause.
ashishb 14 hours ago||
I built something similar for myself that works on both Linux and Mac OS

https://github.com/ashishb/amazing-sandbox

grun 8 hours ago||
similar project https://github.com/trailofbits/claude-code-devcontainer
sagarpatil 7 hours ago|
Looks good. I’ll give it a try.
More comments...