RepoJournal
Anthropic

@anthropics

Claude SDKs and developer tooling

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

SECRET LEAK THREAT MAKES GITHUB COMMENTS SAFER

By RepoJournal · Filed · About Anthropic

A security patch to the Claude Code Action stops public comments from leaking raw credentials.

Anthropic sealed a real leak: claude-code-action now runs redactSecrets() on every public issue, PR, and inline comment before they hit the GitHub API [1]. Release notes confirm the fix "prevents potential leakage of Anthropic API keys, AWS credentials, Slack tokens, JWTs, and GitHub tokens" [2]. Internal logs and step summaries already redacted, so this closes the last gap. Elsewhere, a bot-filter bug silently let Dependabot comments through regardless of your include/exclude settings, and the fix uses GraphQL __typename to match bots that the REST login can't [4][5]. The Claude plugins picked up a deterministic static pin check that flags any MCP launcher (npx, bunx, uvx, pipx) running a floating spec like @latest or a version range, a real supply-chain risk the pinned source SHA doesn't cover [3]. Those bumps rolling through, 67 PRs across the four repos, are routine [6], but the security work is not. Skip nothing on the redaction front.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(security): unify secret redaction in public comment outputs (#1693) anthropics/claude-code-action
  2. [2] fix(security): unify secret redaction in public comment outputs ↗ anthropics/claude-code-action
  3. [3] ci(scan): deterministic static pin check for auto-exec MCP launchers (per-consumer severity) ↗ anthropics/claude-plugins-community
  4. [4] fix(github): match bot actors in comment filters using GraphQL __typename ↗ anthropics/claude-code-action
  5. [5] fix(github): match bot actors in comment filters using GraphQL __typename (#1616) anthropics/claude-code-action
  6. [6] bump(carta-investors): 6a712b6d → 0f0e2f5a ↗ anthropics/claude-plugins-official

Quick answers

What shipped in Anthropic on August 19, 2026?
A security patch to the Claude Code Action stops public comments from leaking raw credentials. In total, 9 commits, 67 pull requests, and 1 releases landed.
Who contributed to Anthropic on August 19, 2026?
5 developers shipped this update, including Bryan Thompson, Michael Moore, github-actions, Juwan, and Neal006.
What were the notable Anthropic updates?
fix(security): unify secret redaction in public comment outputs (#1693), fix(security): unify secret redaction in public comment outputs, and ci(scan): deterministic static pin check for auto-exec MCP launchers (per-consumer severity).

More from @anthropics

Daily updates, in your inbox

Follow Anthropic

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?