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

Artifact publish flow adds a bypass path around the 'copy source unverified' approval check

Publishing copied artifact files can now skip the unverified-copy-source approval check under certain conditions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Publishing copied artifact files can now skip the unverified-copy-source approval check under certain conditions

What

When publishing files that were copied from another artifact, Claude Code normally requires prior approval to read the copy source, and otherwise throws a copy_source_unverified error and records a copies_unpinned telemetry event. There is now an additional condition, checked with a permission function called with copySource: true and action ask, that when true skips both the error and the telemetry event.

Why

The finding doesn't say what triggers this bypass condition in practice, so it's unclear when publishing will now proceed without the usual unverified-copy-source check.

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 doubtWhat specifically triggers the bypass condition, and how it differs from the existing approval check, isn't established by the evidence.

See this entry in the whole of v2.1.273 →

Feedback