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

feat(core): force longer auto-lock dur if needed

Public commit record

What the developer wrote

Authored by obrusvit

80/100 · Strong
feat(core): force longer auto-lock dur if needed

- we want to use longer auto-lock (rather auto-suspend) time in critical
onboarding flows, i.e. creating a backup, and recovering a wallet, when
the device is powered by a battery
- this involves only battery-powered device (currently T3W1)
- the auto-lock is set to 2 minutes, a device default is 40 seconds
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit changes the Trezor hardware wallet's screen-lock/suspend behavior so that during two sensitive setup tasks—creating a wallet backup and recovering a wallet—the device stays awake for at least 2 minutes instead of using the normal 40-second battery timeout. This only affects the battery-powered T3W1 model. It is a usability/usability-safety feature, not a fix for a known exploitable vulnerability.

Recommended action

No immediate security action required. Review whether the longer suspend window could increase physical-side-channel or shoulder-surf exposure during backup/recovery, and ensure the device still locks promptly after the flow completes (the `finally` block restores the default).

Security signals we found

01

Behavioral change to auto-lock/auto-suspend timing

02

Only affects battery-powered device variant (T3W1)

03

Applied to backup and recovery workflows

04

No input validation, buffer handling, or cryptographic changes

05

No vendor statement that this resolves a security vulnerability

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.