Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Artifact publish gains an internal source-sha256 verification path

Artifact publishing can now verify a source file's bytes against a given SHA-256 hash before publishing

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.269,
Under the hood No documentation found

Artifact publishing can now verify a source file's bytes against a given SHA-256 hash before publishing

What

The artifact-publish tool now supports an internal publishSourceSha256 field. When present, it checks the source file's actual bytes against that hash and throws a source_unverified error if they don't match. This applies both to sources pinned by network location and to on-disk files; for on-disk files, a symlink as the final path element also now forces source_unverified.

Why

This prevents publishing an artifact whose source content doesn't match what was expected, including cases where a symlink might otherwise substitute unexpected content.

See this entry in the whole of v2.1.269 →