Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.118 Home All releases olderv1.0.117 v1.0.119newer
Claude Code v1.0.118

Sandbox System Temporarily Disabled

What: The entire sandbox wrapping system has been disabled, causing all commands to run without filesystem or network restrictions.

Details:

  • The sandbox wrapper function nx6() at line 375662 now returns early, bypassing all sandbox logic
  • Both macOS (sandbox-exec) and Linux (bwrap) sandboxing are non-functional
  • Commands execute with full system access instead of isolated environments
  • This appears to be a temporary disable, likely for debugging or testing purposes
  • Evidence: nx6() at line 375662 returns input unchanged, making all subsequent sandbox code unreachable

Impact: Users expecting sandboxed execution will have NO security isolation in this version. Commands run with full system privileges.

See this entry in the whole of v1.0.118 →