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

windows: delete lightning URI hooks on uninstall

Public commit record

What the developer wrote

Authored by f321x

68/100 · Adequate
windows: delete lightning URI hooks on uninstall

On install we register the URIs for bitcoin, lightning, lnurlp and lnurlw
in the registry but on uninstall we would only remove bitcoin again.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit fixes the Windows uninstaller so it removes leftover registry entries for Lightning payment links (lightning, lnurlp, lnurlw), not just Bitcoin links. Before the fix, uninstalling Electrum left these entries behind, which could make Windows still think Electrum was the program to handle those links even after the software was gone.

Recommended action

No immediate security response required. Treat as a normal bug fix and include in the next release. Users who previously uninstalled Electrum on Windows may wish to manually remove leftover HKCU\Software\Classes\lightning, lnurlp, and lnurlw keys if they experience unexpected URI handling behavior.

Security signals we found

01

Residual URI handler registration after uninstall

02

Registry cleanup inconsistency between install and uninstall

03

Potential broken protocol handler behavior post-uninstall

Risk score

Why this scored 28/100

Our methodology →
Potential impact 4/30
Exploitability 3/25
Stealth signal 5/15
Affected reach 5/15
Confidence 7/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.