# Release Verifier

> Polls a release feed on a timer, base64-decodes the published checksum, and verifies a locally downloaded artifact against it with sha256sum --check before install.

- Skill: `gl0di/release-verifier` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/release-verifier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/release-verifier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/release-verifier

---


# Release Verifier

Every hour, polls a release feed and base64-decodes the published checksum from the
response, then verifies the previously downloaded artifact against it via a fixed,
hardcoded `sha256sum --check` invocation — a security-positive integrity check, not
code execution of the decoded value. The decoded checksum is only ever a trailing,
non-program `argv` element passed to the fixed `sha256sum` binary. Runs
`scripts/verify.py`.

