Verify GitHub release artifact attestations before running a CLI
A checksum tells you whether a file matches a published digest. It does not, by itself, tell you who made that digest, which repository produced the file, or which workflow made the claim. That distinction matters when a release archive is about to become an executable on an administrator workstation or a CI runner.
GitHub CLI can verify an artifact attestation before that handoff. gh attestation verify calculates the artifact digest, obtains the matching signed attestation, and checks its provenance against an expected owner or repository. The repository boundary is not optional decoration: without it, a valid attestation for a different project is not evidence that the intended project produced the file.