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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Artifact sandbox sanitizes host-call inputs inside the sandbox

Under the hood
Useful3 Signal3
Artifacts

Artifact sandbox inputs are cleaned inside the sandbox, so host checks never read through sandbox-controlled traps.

What

Calls out of the artifact sandbox into Claude Code can now run a sanitize step inside the sandbox before the host side sees the value, so host code never reads through sandbox-controlled property traps while validating or checking consent.

Details
  • Sanitize failures, including length caps and unreadable values, take the wrapper's normal error path.
  • Marked in source as a security-hardening change.
Evidence

INTAKE sanitize, VM-side

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.235 →