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 v2.1.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Sandbox network requests are checked against the worker that sent them

You'll notice
Useful2 Signal3
Sandbox

Sandbox network requests are dropped unless the worker asking matches the sender.

What

A request to open network access from inside the sandbox is now dropped unless the worker name in the request matches the teammate who sent the message. Requests missing a host or worker name, or carrying non-text values for them, are also dropped. This closes a path where one worker could ask for network access in another's name.

Evidence

workerName ${S(wo.workerName)} does not match sender

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.251 →