Eval runs with a shell tool refuse to start without a sandbox, and hide your credential files.
What's wrong with this entry?
Evaluation runs that hand Claude a Bash or PowerShell tool now build a sandbox first and deny access to a long list of credential locations (AWS, GCP, Azure, Docker, Kubernetes, SSH, Kerberos, Maven, Gradle, SBT, npm, pip and more). If the machine has no sandbox backend, or a managed policy turns the sandbox off, the run is refused rather than executed unconfined.
- The managed settings consulted are
sandbox.enabled,sandbox.failIfUnavailableandsandbox.allowUnsandboxedCommands; weakening any of them produces "eval shell grant refused: managed policy suppresses the sandbox". - A credential path containing glob characters also causes a refusal, since the denial could not be stated exactly.
A shell tool (Bash or PowerShell) was granted but this machine cannot confine it (no sandbox backend on this platform, or it is not installed), so the run was refused rather than run unconfined
Strings lifted out of the shipped bundle, so the claim above can be checked against them.