What changed, and why it matters
This commit simply adds a new Trezor hardware wallet model (Trezor Safe 7, internal code T3W1) to a JSON list of known device models and their color options. There is no code change that affects security, cryptography, or how the device operates.
No security action required. Treat as routine product metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/models.json to include a new model entry ‘T3W1’ with display name ‘Trezor Safe 7’, color mappings, and front-color mappings. It is a data-only metadata update sourced from a TypeScript constants file in the Trezor Suite repository. No executable logic, firmware behavior, cryptographic routines, or access controls are modified.
Changed components
common/models.jsonInspect captured patch +13 / −1
diff --git a/common/models.json b/common/models.json
index f2b4b323..d9f2a7ca 100644
--- a/common/models.json
+++ b/common/models.json
@@ -36,6 +36,18 @@
"4": "Bitcoin Orange",
"5": "Freedom Edition"
}
+ },
+ "T3W1": {
+ "name": "Trezor Safe 7",
+ "colors": {
+ "1": "Charcoal Black",
+ "2": "Obsidian Green",
+ "3": "Bitcoin Orange"
+ },
+ "frontColors": {
+ "1": "1",
+ "2": "2",
+ "3": "1"
+ }
}
}
-
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.