Sandbox any AI agent in seconds - zero setup, zero latency
nono is a tool that creates instant, zero-latency sandboxes for AI agents like Claude Code, Codex, and Copilot on macOS, Linux, and Windows (WSL2) without requiring daemons, containers, VMs, or disk space. It enforces a least-privilege policy by default, granting agents read/write access only to the current directory and isolating them from SSH keys, cloud credentials, and the rest of the system. Its advanced feature allows granular control over tools called by agents (e.g., `git`, `gh`, `curl`), where each tool can run in its own isolated child sandbox with separate filesystem grants, network rules, and credentials, preventing an agent from widening its own privileges. Profiles for popular agents are available through a registry and can be customized using a composable JSON policy system. The project, built by the team behind Sigstore, provides FFI bindings for Rust, Python, TypeScript, and Go, and is used by large technology companies to operationalize agent security in production workflows.
Comments
Post a Comment