The Wire · Showcase
CLAUDE CODE ACTION PATCHES TOKEN LEAK, SDK VERSIONS BUMP ACROSS STACK
By RepoJournal · Filed · About Anthropic
Claude Code Action 1.0.174 shipped an emergency fix for a token sanitizer gap that was leaving GitHub user-to-server credentials exposed in prompts.
The ghu_ token prefix, one of GitHub's documented authentication formats, was slipping past the redactGitHubTokens sanitizer in claude-code-action [1] [2]. This is the kind of credential leak you patch immediately. The fix mirrors existing token patterns and includes unit tests covering both standard and git-credential URL forms [3]. In parallel, the agent SDK bumped to 0.2.119 with an updated CLI version [4], and Claude Code itself moved to 2.1.210 [5]. The knowledge-work-plugins and claude-plugins-official repos are running through routine plugin validation bumps across Carta, Zapier, Monday.com, and ZoomInfo integrations [6] [7] [8] [9] [10] [11] [12] [13] [14]. The deprecated Shopify plugin has been removed from the official registry in favor of the Shopify AI Toolkit [15].
Action items
- → Deploy claude-code-action v1.0.174 immediately to block ghu_ token leakage anthropics/claude-code-action [immediate]
- → Review and merge pending knowledge-work-plugins validation bumps before next production sync anthropics/knowledge-work-plugins [plan]
- → Update any integrations pointing to deprecated Shopify plugin to use Shopify AI Toolkit anthropics/claude-plugins-official [plan]
References
- [1] fix(sanitizer): redact GitHub user-to-server (ghu_) tokens (#1502) anthropics/claude-code-action
- [2] v1.0.174 ↗ anthropics/claude-code-action
- [3] fix(sanitizer): redact GitHub user-to-server (ghu_) tokens ↗ anthropics/claude-code-action
- [4] v0.2.119 ↗ anthropics/claude-agent-sdk-python
- [5] chore: bump Claude Code to 2.1.210 and Agent SDK to 0.3.210 anthropics/claude-code-action
- [6] bump(carta-cap-table): 6a67756e → 60f8c4e4 ↗ anthropics/knowledge-work-plugins
- [7] bump(carta-investors): fdc57d65 → 60f8c4e4 ↗ anthropics/knowledge-work-plugins
- [8] bump(zapier): 11bfb606 → 217d65a9 ↗ anthropics/knowledge-work-plugins
- [9] bump(monday-crm): 95500b9c → fc64cf88 ↗ anthropics/knowledge-work-plugins
- [10] bump(zoominfo): b836604c → 66eae634 ↗ anthropics/knowledge-work-plugins
- [11] bump(datarobot-agent-skills): c4a9729d → c6e70363 ↗ anthropics/claude-plugins-official
- [12] bump(migration-to-aws): f6f23f25 → 63f5d2c3 ↗ anthropics/claude-plugins-official
- [13] bump(carta-crm): d73a3615 → fdc57d65 ↗ anthropics/claude-plugins-official
- [14] bump(carta-investors): 6a67756e → fdc57d65 ↗ anthropics/claude-plugins-official
- [15] Remove deprecated shopify plugin (replaced by shopify-ai-toolkit) (#4070) anthropics/claude-plugins-official