AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 12 Bitcoin

ci: add verify-release workflow

Public commit record

What the developer wrote

Authored by ziggie

90/100 · Strong
ci: add verify-release workflow

Add a workflow that triggers when a release is published. It runs
verify-install.sh inside the official Docker image to validate
signatures and binary hashes. If verification fails, the release
is automatically set back to draft.
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context✓ Mentions testing or verification
The short version

What changed, and why it matters

This commit adds a new GitHub Actions workflow that automatically checks a newly published LND software release for valid digital signatures and matching binary hashes. If the check fails, the release is reverted to draft status so users are not exposed to a potentially bad release. It is a defensive hardening change, not a vulnerability fix or malicious change.

Recommended action

No security action required. Review the workflow's permissions and failure-handling behavior as part of normal CI governance. Ensure verify-install.sh itself is maintained and audited, since this workflow delegates trust to it.

Security signals we found

01

Adds release-integrity verification automation

02

Uses official Docker image and existing verify-install.sh script

03

Grants contents:write only to the GitHub Actions workflow token for the draft-revert step

04

No vulnerability patch, bug fix, or functional code change present

Risk score

Why this scored 12/100

Our methodology →
Potential impact 0/30
Exploitability 0/25
Stealth signal 0/15
Affected reach 0/15
Confidence 8/10
Evidence quality 4/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.