Featuredsbx is a single-binary Rust CLI for sandboxed Docker development environments. Pick a flavor (npm, bun, rust, java, claude, ...), run sbx init in a project, then sbx shell or sbx run to drop into a container with your repo bind-mounted at the same path it has on the host. Each project runs isolated with only what it needs (no host home, SSH agent, docker socket, or host network unless you opt in), so a compromised dependency or AI agent can't reach your SSH keys, cloud credentials, or other projects on disk. Outbound traffic can be gated through an allow-listed host-proxy, public exposure goes through a Cloudflare tunnel, and TLS terminates in a sidecar so per-project secrets stay per-project. Dynamic shell completions via clap_complete.
Author