Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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.0.68 Home All releases olderv2.0.67 v2.0.69newer
Claude Code v2.0.68

Security Check for /proc/*/environ Access

What: Commands attempting to access /proc/*/environ paths now trigger an explicit permission prompt, protecting against potential exposure of sensitive environment variables. Evidence: NC8() function at line 371017 in v2.0.68 Details:

  • Commands matching /proc/*/environ patterns are detected and flagged
  • Users are prompted with a warning: "Command accesses /proc/*/environ which could expose sensitive environment variables"
  • Adds telemetry event tengu_bash_security_check_triggered for security auditing

See this entry in the whole of v2.0.68 →