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.113 Home All releases olderv1.0.112 v1.0.114newer
Claude Code v1.0.113

Workspace Trust Validation for OpenTelemetry Helpers

What changed: OpenTelemetry headers from project/local settings now require workspace trust Why it matters: Prevents arbitrary code execution from untrusted project configurations Details:

  • New function CZ1() at line 371858 detects if otelHeadersHelper comes from project/local settings
  • Function ph2() at line 371865 checks workspace trust via mx(!0) before executing helpers
  • Returns empty headers instead of executing untrusted code
  • Part of broader security hardening effort
  • Evidence: Replaces simpler bh2() at line 371852 in v1.0.112

See this entry in the whole of v1.0.113 →