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

feat(core): allow exporting unit serial number

Public commit record

What the developer wrote

Authored by Roman Zeyde

57/100 · Thin
feat(core): allow exporting unit serial number

[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 optional feature that lets a connected computer ask a Trezor device for its hardware serial number. The device shows the request on its screen and requires the user to tap 'Allow' before sending the number. It is a deliberate product feature, not a hidden backdoor or bug, and only works on models that explicitly support it (currently the T3W1 / Trezor Safe 7 line).

Recommended action

No immediate action required. Treat this as a normal privacy-related feature addition. If reviewing for a security model, verify that the serial number is not used as an authentication factor anywhere else, that unit_properties_get_sn returns only the intended identifier, and that the GetSerialNumber message type is not handled when USE_SERIAL_NUMBER is disabled.

Security signals we found

01

New host-visible device property exposed via protobuf message

02

User confirmation required before data is returned

03

Feature is compile-time gated by USE_SERIAL_NUMBER flag

04

Only enabled for T3W1 hardware revisions and emulator

05

No authentication or pairing check beyond on-device user approval

06

Serial number is a static hardware identifier, not a secret key

Risk score

Why this scored 19/100

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