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

always check and restrict existing wallets and backup directories to owner only permissions

Public commit record

What the developer wrote

Authored by Craig Raw

50/100 · Thin
always check and restrict existing wallets and backup directories to owner only permissions
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This update makes Sparrow Wallet automatically tighten the file permissions on wallet and backup folders so only the computer's owner can read them. Previously, if those folders already existed with looser permissions (for example, created by an older version or another user), other accounts on the same machine might have been able to read wallet files. The change also adds a warning if the app cannot fix the permissions.

Recommended action

Users running Sparrow on shared or multi-user systems should upgrade to the version containing this commit and verify that their wallets/ and wallets/backup/ directories are readable only by their own user (e.g., ls -ld ~/.sparrow/wallets). Review any prior backups stored with broader permissions.

Security signals we found

01

Permission hardening for sensitive wallet storage directories

02

New setOwnerOnlyDirectory helper enforcing rwx------ on existing directories

03

Backup directory permissions now always restricted on startup

04

Default wallets directory permissions now restricted if already present

05

Warning logged when permissions cannot be restricted, with deduplication

Risk score

Why this scored 61/100

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