4 ms·
So does everyone just run with giving full permissions on Claude code these days? It seems like I’m constantly coming back to CC to validate that it’s not runni
by tppts 7mo ago
So does everyone just run with giving full permissions on Claude code these days? It seems like I’m constantly coming back to CC to validate that it’s not running some bash that’s going to nuke my system. I would love to be able to fully step away but it feels like I can’t.
- apetresc 7mo agoHonest question, when was the last time you caught it trying to use a command that was going to "nuke your system"?
- apitman 7mo agoI run my agents with full permissions in containers. Feels like a reasonable tradeoff. Bonus is I can set up each container with exactly the stack needed.
- glitchcrab 7mo agoI sandbox everything inside https://github.com/strongdm/leash https://github.com/strongdm/leash That way the blast radius is vastly reduced.