Sigstore Verification
MLB Picks · Friday, July 10, 2026
The Sigstore log entry below cryptographically proves that the picks file existed at a specific moment in time. The hash in Sigstore matches the SHA-256 of the picks file — meaning the file cannot have been altered since the log entry was created.
What was signed
- File
- mlb/4 picks · 2026-07-10.json
- SHA-256
- 63a4674bbd7a4e23e0a3bb00264ed71df582cbee56f83a2ec70f66b4e1c17f92
- Source
- Open raw file
Contents — 4 picks
- ·
ATL
STL—STL ML @ 2.40 - ·
SEA
TB—Over 8.0 @ 1.91 - ·
PHI
DET—Under 9.0 @ 1.87 - ·
CLE
MIA—MIA ML @ 1.84
hashes match
What Sigstore logged
- SHA-256 of signed content
- 63a4674bbd7a4e23e0a3bb00264ed71df582cbee56f83a2ec70f66b4e1c17f92
- Integrated at (Rekor log time)
- 2026-07-10 13:41:42 UTC
- Log index
- #2,138,146,716
- Signed by
- github.com/jvalenza11/dailybet
.github/workflows/daily_pipeline.yml@main
What this proves, in plain English
Sigstore is a third-party transparency log. When our pipeline ran at 2026-07-10 13:41:42 UTC, it computed the SHA-256 of the picks file and submitted that hash to Sigstore. Sigstore recorded it, then notarized the entry with the GitHub Actions identity that submitted it (visible above). The entry can never be deleted or backdated.
If we changed even one character of the picks file after this entry was created, its SHA-256 would change — and the file no longer matches the hash Sigstore has on record. That's the chain: file → hash → Sigstore log entry → identity. Anyone can independently re-compute the SHA of the picks file above and confirm it matches the hash shown on this page and on search.sigstore.dev.