What changed, and why it matters
This commit is a documentation-only changelog update for the Trezor firmware release 2.12.5. It lists several security fixes that were already made in earlier code changes, including protections for Ethereum swaps and staking, Solana token display and stake lockup confirmation, and Stellar network and signer details. The commit itself does not change any firmware code, but it confirms that the vendor considers these items security-relevant for the release.
Treat this commit as a release-note artifact, not as a patch. Review the linked pull requests (#7140, #7310, #7487, #7544, #7582, #7652, #7678, and the security PRs for Ethereum/Solana/Stellar) to verify that the actual code mitigations are present and correct. Users should install firmware 2.12.5 to receive the security fixes described.
Security signals we found
Vendor labels six items under a 'Security' changelog section.
Ethereum: blocks native token transfers in SLIP-24 swaps and staking contexts, implying prior missing validation could have led to unintended value transfers.
Solana: previously hidden stake lockup settings are now shown for confirmation, reducing risk of locked funds.
Solana: ALT-referenced token accounts were displayed as lookup-table addresses instead of real mint/owner, a UI deception risk.
Stellar: network and signer weight details added to signing confirmation, reducing transaction/malleability confusion.
Commit is documentation-only; no code changes are present in the diff.
Evidence from the diff
The commit deletes per-change changelog fragments and inserts the consolidated 2.12.5 changelog into six Markdown files. The Security section names six issues: (1) Ethereum native-token transfer blocked for SLIP-24 swaps; (2) Ethereum native-token transfer blocked for staking operations; (3) Solana stake lockup settings now require user confirmation; (4) Solana token transfer no longer shows the lookup-table address for ALT-referenced mint/owner accounts; (5) Stellar network visible in signing flows; (6) Stellar signer weight shown for Set options operation. No source code is modified, so this commit is purely release documentation. The actual mitigations are in referenced pull requests that are not part of this diff.
Changed components
Trezor Core firmware release 2.12.5 (all supported models: T2B1, T2T1, T3B1, T3T1, T3W1)Ethereum signing UI/validationSolana signing UI/validationStellar signing UI/validationChangelog documentationInspect captured patch +192 / −15
### core/.changelog.d/+eth_nonzero_value_slip24.security
@@ -1 +0,0 @@
-Ethereum: Native token transfer blocked for SLIP-24 swaps.
### core/.changelog.d/+external_eth_unstake_claim.security
@@ -1 +0,0 @@
-Ethereum: Native token transfer blocked for staking operations.
### core/.changelog.d/+solana_alt_refs.security
@@ -1 +0,0 @@
-Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
### core/.changelog.d/+solana_stake_lockup.security
@@ -1 +0,0 @@
-Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
### core/.changelog.d/+stellar_network.security
@@ -1 +0,0 @@
-Stellar: allow viewing network in signing flows.
### core/.changelog.d/+stellar_signer_weight.security
@@ -1 +0,0 @@
-Stellar: display signer weight when confirming Set options operation.
### core/.changelog.d/3331.fixed
@@ -1 +0,0 @@
-Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request.
### core/.changelog.d/7100.added
@@ -1 +0,0 @@
-Tron: Support for Resource delegation.
### core/.changelog.d/7140.fixed
@@ -1 +0,0 @@
-Ethereum: Fix SLIP-24 payment request for ERC-20 tokens.
### core/.changelog.d/7310.added
@@ -1 +0,0 @@
-Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations.
### core/.changelog.d/7487.fixed
@@ -1 +0,0 @@
-Don't fail FIDO interaction if keepalive message is blocked.
### core/.changelog.d/7544.fixed
@@ -1 +0,0 @@
-Monero: fix change address validation being skipped on sweep transactions.
### core/.changelog.d/7582.fixed
@@ -1 +0,0 @@
-Ethereum: Add derivation path to public key layout.
### core/.changelog.d/7652.added
@@ -1 +0,0 @@
-Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations.
### core/.changelog.d/7678.fixed
@@ -1 +0,0 @@
-Show the group threshold and individual groups thresholds in Advanced Shamir backup.
### core/CHANGELOG.T2B1.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -372,6 +395,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
[#3246]: https://github.com/trezor/trezor-firmware/pull/3246
[#3324]: https://github.com/trezor/trezor-firmware/pull/3324
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
@@ -495,6 +519,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678
### core/CHANGELOG.T2T1.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -1153,6 +1176,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
[#3324]: https://github.com/trezor/trezor-firmware/pull/3324
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
@@ -1376,10 +1400,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7202]: https://github.com/trezor/trezor-firmware/pull/7202
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
[#7315]: https://github.com/trezor/trezor-firmware/pull/7315
[#7354]: https://github.com/trezor/trezor-firmware/pull/7354
[#7388]: https://github.com/trezor/trezor-firmware/pull/7388
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678
### core/CHANGELOG.T3B1.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -286,6 +309,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1120]: https://github.com/trezor/trezor-firmware/pull/1120
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#3324]: https://github.com/trezor/trezor-firmware/pull/3324
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3446]: https://github.com/trezor/trezor-firmware/pull/3446
[#3471]: https://github.com/trezor/trezor-firmware/pull/3471
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
@@ -389,7 +413,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
[#7354]: https://github.com/trezor/trezor-firmware/pull/7354
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678
### core/CHANGELOG.T3T1.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -367,6 +390,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1120]: https://github.com/trezor/trezor-firmware/pull/1120
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#3035]: https://github.com/trezor/trezor-firmware/pull/3035
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3442]: https://github.com/trezor/trezor-firmware/pull/3442
[#3446]: https://github.com/trezor/trezor-firmware/pull/3446
[#3471]: https://github.com/trezor/trezor-firmware/pull/3471
@@ -515,8 +539,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
[#7315]: https://github.com/trezor/trezor-firmware/pull/7315
[#7354]: https://github.com/trezor/trezor-firmware/pull/7354
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678
### core/CHANGELOG.T3W1.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -195,6 +218,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Exit pairing screen when already paired host connects. [#5897]
[#69]: https://github.com/trezor/trezor-firmware/pull/69
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3446]: https://github.com/trezor/trezor-firmware/pull/3446
[#3471]: https://github.com/trezor/trezor-firmware/pull/3471
[#5358]: https://github.com/trezor/trezor-firmware/pull/5358
@@ -275,9 +299,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7202]: https://github.com/trezor/trezor-firmware/pull/7202
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
[#7315]: https://github.com/trezor/trezor-firmware/pull/7315
[#7388]: https://github.com/trezor/trezor-firmware/pull/7388
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678
### core/CHANGELOG.md
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [2.12.5] (16th September 2026)
+
+### Added
+- Tron: Support for Resource delegation. [#7100]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of Stellar Asset Contracts as token operations. [#7310]
+- Stellar: Show SEP-41 `transfer` and `approve` invocations of trusted token contracts as token operations. [#7652]
+
+### Fixed
+- Show "not registered" message instead of a registration prompt when Firefox sends its dummy U2F register request. [#3331]
+- Ethereum: Fix SLIP-24 payment request for ERC-20 tokens. [#7140]
+- Don't fail FIDO interaction if keepalive message is blocked. [#7487]
+- Monero: fix change address validation being skipped on sweep transactions. [#7544]
+- Ethereum: Add derivation path to public key layout. [#7582]
+- Show the group threshold and individual groups thresholds in Advanced Shamir backup. [#7678]
+
+### Security
+- Ethereum: Native token transfer blocked for SLIP-24 swaps.
+- Ethereum: Native token transfer blocked for staking operations.
+- Solana: Ask user for confirmation of stake lockup settings, which were previously hidden.
+- Solana: Fixed token transfer showing the lookup-table address for ALT-referenced mint and owner accounts.
+- Stellar: allow viewing network in signing flows.
+- Stellar: display signer weight when confirming Set options operation.
+
## [2.12.4] (19th August 2026)
### Added
@@ -1312,6 +1335,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
[#3324]: https://github.com/trezor/trezor-firmware/pull/3324
+[#3331]: https://github.com/trezor/trezor-firmware/pull/3331
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
@@ -1535,10 +1559,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#7053]: https://github.com/trezor/trezor-firmware/pull/7053
[#7065]: https://github.com/trezor/trezor-firmware/pull/7065
[#7083]: https://github.com/trezor/trezor-firmware/pull/7083
+[#7100]: https://github.com/trezor/trezor-firmware/pull/7100
[#7101]: https://github.com/trezor/trezor-firmware/pull/7101
+[#7140]: https://github.com/trezor/trezor-firmware/pull/7140
[#7202]: https://github.com/trezor/trezor-firmware/pull/7202
[#7252]: https://github.com/trezor/trezor-firmware/pull/7252
+[#7310]: https://github.com/trezor/trezor-firmware/pull/7310
[#7312]: https://github.com/trezor/trezor-firmware/pull/7312
[#7315]: https://github.com/trezor/trezor-firmware/pull/7315
[#7354]: https://github.com/trezor/trezor-firmware/pull/7354
[#7388]: https://github.com/trezor/trezor-firmware/pull/7388
+[#7487]: https://github.com/trezor/trezor-firmware/pull/7487
+[#7544]: https://github.com/trezor/trezor-firmware/pull/7544
+[#7582]: https://github.com/trezor/trezor-firmware/pull/7582
+[#7652]: https://github.com/trezor/trezor-firmware/pull/7652
+[#7678]: https://github.com/trezor/trezor-firmware/pull/7678Why this scored 69/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.