Description
Automated coding tools can be run inside a sandbox that limits file system and process access. This is useful for reducing risk when AI agents inspect or modify code on Linux or macOS.
Sandboxing reduces exposure but does not make untrusted code safe by itself. Review allowed paths, network assumptions, and generated changes before trusting the result.