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.
Sandbox network requests are checked against the worker that sent them
You'll notice
Useful2Signal3
Sandbox
Sandbox network requests are dropped unless the worker asking matches the sender.
What's wrong with this entry?
Anonymous. No account, no email.
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.