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

qml: add wallets search option, allow loading hidden wallet iff search string matches exact wallet name

Public commit record

What the developer wrote

Authored by Sander van Grieken

65/100 · Adequate
qml: add wallets search option, allow loading hidden wallet iff search string
matches exact wallet name
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit adds a search box to Electrum's mobile-style QML wallet list. It also changes how 'hidden' wallets (those whose filenames begin with a dot) are handled: previously they were blocked entirely, now they are allowed but kept out of the normal list. A user can load a hidden wallet only by typing its exact name into the search box. The change appears to be a deliberate feature, not a fix for an active security bug, but it slightly widens what wallet files the GUI will load.

Recommended action

Review as a normal feature change. Verify that hidden wallets still require the usual password/seed to open and that the exact-name match prevents unintended disclosure. No urgent security action is indicated by the diff alone.

Security signals we found

01

GUI now permits loading wallets with dot-prefixed filenames that are otherwise hidden from the list

02

Exact-name match is required to load a hidden wallet, reducing accidental or brute-force discovery

03

Validation still rejects '..' prefixed filenames and path separators

04

No authentication or password prompt changes are visible in the diff

05

No explicit security bug or CVE reference in commit message or diff

Risk score

Why this scored 29/100

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