Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

OAuth secrets tracked and scrubbed from error messages

MCP OAuth error messages are scrubbed before logging or telemetry so tokens and secrets cannot leak through them.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

MCP OAuth error messages are scrubbed before logging or telemetry so tokens and secrets cannot leak through them.

The MCP OAuth flow now records access tokens, refresh tokens, client secrets, and verifiers into a secret tracker as they're used, and error messages are passed through a scrub function before being logged or sent to telemetry, preventing these secrets from leaking via exception text.

See this entry in the whole of v2.1.257 →

Feedback