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

ci: Re-enable LINT_CI_SANITY_CHECK_COMMIT_SIG

Public commit record

What the developer wrote

Authored by MarcoFalke

70/100 · Adequate
ci: Re-enable LINT_CI_SANITY_CHECK_COMMIT_SIG

With the move from cirrus-ci to GHA, the CIRRUS_REPO_FULL_NAME env var
was always unset, never triggering the sanity check.

Fix this by introducing a new vendor-agnostic env var and setting it
properly.
✓ Descriptive subject✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit fixes a broken CI safety check. When Bitcoin Core moved from Cirrus CI to GitHub Actions, an automated check that verifies commit signatures on the official repository stopped running because it looked for an old environment variable that no longer existed. The patch introduces a new environment variable so the signature check runs again on non-pull-request pushes to the official bitcoin/bitcoin repository. It is a CI hardening fix, not a vulnerability in the Bitcoin software itself.

Recommended action

No immediate action required for users or node operators. For maintainers, verify that the re-enabled check correctly catches missing or invalid commit signatures in master/release branch pushes and that the GITHUB_REPOSITORY comparison is robust against forks.

Security signals we found

01

Restores a missing cryptographic signature verification step in CI

02

Fixes a regression caused by CI platform migration (Cirrus -> GitHub Actions)

03

Limits the check to the official bitcoin/bitcoin repository and non-PR events

04

No change to consensus, networking, wallet, or P2P code

Risk score

Why this scored 18/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 2/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.