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.277 ·

Attestation check for automated control requests now covers two ID sets instead of one

Attestation checks for automated requests now match against two ID sets and compute a trust status

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaAttestationwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Attestation checks for automated requests now match against two ID sets and compute a trust status

What

Claude Code has a function that checks whether an incoming response corresponds to a request it previously sent and vouched for (attested). Previously it only checked one list of request IDs; it now checks two: automatedOutboundRequestIds and deviceOutboundRequestIds. A new helper also computes a request's trust status, for example downgrading a status like server-authored or server-replayed to unspecified when the request didn't come from a cloud worker, and granting extra weight to a verified keyless device's vouching unless that vouching was specifically withheld.

Why

This broadens and refines how Claude Code verifies that automated or device-originated requests can be trusted, which matters for security features that depend on distinguishing genuine, previously-approved requests from others.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what user-facing feature relies on this attestation check or what happens when a request fails it.

See this entry in the whole of v2.1.277 →

Feedback