I am forcing myself to stay out of the loop, and I am looking at ways to sandbox coding agents running without supervision. I do have my own container based setup but I am curious to see what’s everyone else cooking. This is what I found so far:

docker sandbox https://docs.docker.com/ai/sandboxes/

https://github.com/trailofbits/claude-code-devcontainer

https://katacontainers.io/blog/Kata-Containers-Agent-Sandbox-Integration/ https://github.com/kubernetes-sigs/agent-sandbox

https://github.com/strongdm/leash

https://github.com/instavm/coderunner

The sandboxing dimensions are roughly filesystem/host isolation, network isolation and secrets management. What I see is missing is a focus on user experience.