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

trezor: support Safe 7

Public commit record

What the developer wrote

Authored by Roman Zeyde

59/100 · Thin
trezor: support Safe 7

Trezor Safe 7 is using Trezor-Host Protocol, for encrypted and authenticated communication:
https://docs.trezor.io/trezor-firmware/common/thp/specification.html

Since it requires a pairing process before device features are available,
an additional `WCTrezorPair` wizard step is introduced, allowing the user
to enter 6-digit pairing code (as shown on the device).
✓ Subject identifies a change✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This commit adds support for the new Trezor Safe 7 hardware wallet to Electrum. It introduces a pairing step where the user enters a 6-digit code shown on their device to establish an encrypted, authenticated connection. The change is a feature addition for compatibility, not a fix for a known security flaw.

Recommended action

No immediate security action required. Review the THP pairing implementation for correct integration with trezorlib, ensure pairing codes are handled securely in the UI, and verify that disabling cancel for THP models does not create usability issues.

Security signals we found

01

New pairing flow introduces user-supplied code transmitted to hardware device

02

Cross-thread cancellation disabled for THP models, which may affect responsiveness but is documented as a trezorlib limitation

03

Pairing state assertions added before accessing device features

04

Exception handler drops THP client and re-raises on pairing failure

Risk score

Why this scored 19/100

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