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

feat(eckhart): disable cancel on `confirm_action`

Public commit record

What the developer wrote

Authored by Ioan Bizău

57/100 · Thin
feat(eckhart): disable cancel on `confirm_action`

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
The short version

What changed, and why it matters

This commit adds a new option to Trezor's on-screen confirmation dialogs that lets developers hide the cancel/cross button on the new 'Eckhart' device layout. It does not remove cancel from existing layouts, and the default behavior keeps the cancel button visible. The only place it is currently used is in one voting-related screen, where the user is still shown a 'Continue' button and can navigate back via an external menu. There is no direct evidence this is a security fix or vulnerability patch.

Recommended action

Review whether any security-critical confirmation flows plan to use `cancel=False` on Eckhart, because removing the explicit cancel button can reduce user control and may conflict with Trezor's design principle of always allowing users to abort sensitive operations. If adopted widely, ensure an alternative escape path (e.g., hardware button long-press, back navigation, or timeout) remains available and clearly discoverable.

Security signals we found

01

UI flow change: ability to suppress explicit cancel button in a confirmation dialog

02

Default remains permissive (cancel=True), limiting blast radius

03

Only one production call site currently uses the new flag

04

No changelog entry and no security-related commit message

05

No vendor or researcher attribution for a security issue

Risk score

Why this scored 21/100

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