TZ
← All projectsTrezor

Trezor firmware

Firmware monorepo for Trezor One, Model T, and Safe devices.

BitcoinHardware walletsNormal
Repository coverage

2681 commits in the local evidence base

Every captured commit receives deterministic security triage and a separate communication-quality score. Security candidates and broader second-pass signals receive full-patch Ollama analysis.

925security candidates313second-pass queue2665AI analyses
331commits · 30 days
550commits · 60 days
1343commits · 180 days
2633commits · 365 days
Backfill bands
Aug 5 → Feb 61298 seen115 candidatesComplete
Feb 6 → Jun 6775 seen58 candidatesComplete
Jun 6 → Jul 6217 seen13 candidatesComplete
Jul 6 → Aug 5360 seen54 candidatesComplete
Commit communication

Does the history explain itself?

Message quality measures whether a commit identifies its scope, purpose, rationale, testing, and supporting references. It does not change the security-severity score.

66/100 average clarity
487Strong · 80–100
1326Adequate · 60–79
863Thin · 40–59
5Opaque · 0–39
Read the scoring rubric →
Developer activity

Who is changing the project?

Public Git author strings; identities are not independently verified.

DeveloperCommitsCandidatesAnalyzedHigh riskMessage avg.
tychovrahe292104292461
Roman Zeyde581183577272
PrisionMike945994273
Andrew Kozlik742572266
obrusvit21376213164
Jakub Janků22919182
Martin Pastyřík24823173
cepetr19682196059
Ioan Bizău23076230059
M1nd3r21072207071
Lukas Bielesch846784067
Martin Milata17446174063
Analysis record

Published AI watches

Last scanned 17 minutes ago

Informational 15 AI analysisMessage 72 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

test(core/ethereum): EIP-7702 tuple nonce must be non-zero

This commit only changes test data and expected screen fingerprints for Trezor's Ethereum EIP-7702 signing tests. It replaces one test case that used a nonce of 0 with the same scenario using a nonce of 67, because the real-world protocol …

Test-only change with no production code modificationEIP-7702 tuple nonce constraint reflected in test dataExpected UI test hashes regenerated for renamed test vector
76cd2ed4by Roman Zeyde+28−282 files
No security note in commit
Informational 15 AI analysisMessage 72 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

test(core): drop an unused parameter of `make_payment_request()`

This commit only cleans up test code by removing an unused 'session' argument from a helper function used in automated tests. It does not change the actual Trezor firmware or any code that runs on the device, so it has no security impact f…

6dd19fdcby Roman Zeyde+0−188 files
No security note in commit
Informational 15 AI analysisMessage 85 · Strong
TZ TrezorTrezor firmware BitcoinHardware wallets

build(core): propagate emulator feature from projects

This commit is a build-system cleanup for the Trezor firmware's Rust code. It changes how the 'emulator' feature flag is passed between different software components. The firmware project no longer supports the emulator feature (which make…

5642074cby matejcik+5−44 files
No security note in commit
Informational 15 AI analysisMessage 85 · Strong
TZ TrezorTrezor firmware BitcoinHardware wallets

fix(build-docker): stop swallowing pub-bin copy errors

This change fixes a build script that was ignoring copy errors. Previously, the script would silently ignore any failure when copying public binary files, which could hide real problems. Now it only skips the copy when the file genuinely d…

Build script silently ignored copy failures before this fixFix removes unconditional `|| true` error suppressionKnown-benign missing files are now explicitly skipped with a file existence check
d829eda8by Andrew Kozlik+4−11 file
No security note in commit
Low 27 AI analysisMessage 93 · Strong
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(core): digest EIP-1559/EIP-7702 magic without RLP encoding

This commit is a small internal cleanup in Trezor's Ethereum signing code. It changes how two special 'magic' bytes (the transaction type markers for newer Ethereum transaction formats) are fed into the cryptographic hash. Previously the c…

Refactor of cryptographic hashing path for Ethereum transaction signingRemoval of implicit assumption that RLP encodes small integers as single bytesChange affects EIP-1559 and EIP-7702 transaction type markers
2362bc6fby Roman Zeyde+6−32 files
No security note in commit
Informational 15 AI analysisMessage 98 · Strong
TZ TrezorTrezor firmware BitcoinHardware wallets

test(core): test RLP self-encoding bytestrings

This commit only adds a new unit test to the Trezor firmware codebase. It verifies that very short Ethereum RLP-encoded byte strings and small positive integers encode to themselves, which is a known property of the RLP specification. No p…

41538733by Roman Zeyde+16−01 file
No security note in commit
Informational 18 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

chore(core): remove sha1 from regular FW

This commit removes the SHA-1 hashing function from the regular Trezor firmware. SHA-1 is an old, weak hash algorithm that is no longer considered secure for sensitive uses. The change deletes the code that exposes SHA-1 to apps running on…

Removal of a deprecated cryptographic primitive (SHA-1) from the firmware API surfaceReduction of attack surface and prevention of future misuse of a collision-vulnerable hashNo direct vulnerability patch or memory-safety bug is present in the diff
16d15774by M1nd3r+0−2006 files
No security note in commit
Low 27 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(crypto): pass static public key to `noise_xxpsk3_*_init()`

This commit changes how a cryptographic library sets up secure connections. Previously, the code automatically calculated the public key from the private key. Now, the caller must provide the public key directly. This is a code-quality ref…

Cryptographic key handling changed: public key is now supplied rather than derivedPotential reduction of key-mismatch risk if caller provides correct public keyNew null-pointer check added for static_public_key
1b3128a4by Ondřej Vejpustek+20−92 files
No security note in commit
Informational 15 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(crypto): change order of parameters

This commit simply reorders the arguments of an internal function called dh() and updates every place that calls it. The actual math and security behavior are unchanged; it is a code cleanup with no security effect.

33a119eeby Ondřej Vejpustek+15−151 file
No security note in commit
Informational 15 AI analysisMessage 47 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(crypto): prefix enums

This commit simply renames two groups of internal status labels (called enums) in the Trezor firmware's cryptographic code. The old names like WAITING_FOR_REQUEST1 were shared between two different parts of the code, so the developer gave …

f1c74046by Ondřej Vejpustek+26−222 files
No security note in commit
Low 37 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

fix(crypto): prevent calling `memzero(NULL, ...)`

This commit fixes three places in the Trezor firmware's cryptographic code where a memory-clearing function could be called with a NULL pointer. In practice, passing NULL to memzero is harmless on Trezor's platform (it does nothing), but i…

NULL pointer passed to memory-zeroing helper in cryptographic codeUndefined behavior in C standard library contractDefensive hardening in Noise protocol implementation
0394e934by Ondřej Vejpustek+11−51 file
No security note in commit
Informational 18 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(crypto): return remote static key from `noise_xxpsk3_*_handle_*()`

This commit is a code cleanup (refactor) for the cryptographic handshake code used in Trezor devices. It changes how the other party's long-term public key is returned to the caller: instead of storing it inside an internal state structure…

Removal of long-term public key storage from internal handshake stateCaller-supplied output buffer for remote static public key reduces internal secret retentionError-path memzero of returned key material on failure
3ead1aa6by Ondřej Vejpustek+79−423 files
No security note in commit
Informational 15 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(xtask): rename ProjectProfile to ProjectConfig

This commit is a simple rename from 'ProjectProfile' to 'ProjectConfig' in two Rust source files. It only changes variable names, struct names, and error messages. There is no change to program logic, security behavior, or how data is hand…

581b37bcby cepetr+18−182 files
No security note in commit
Informational 15 AI analysisMessage 47 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(xtask): introduce ResolvedBuildArgs

This commit is a straightforward internal code refactor in Trezor's build tooling. It introduces a new ResolvedBuildArgs structure that centralizes default values for command-line build options before they are used. There is no change to u…

c24d1be8by cepetr+99−295 files
No security note in commit
Informational 15 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(xtask): make build args tristate

This commit is a straightforward internal refactor of the Trezor firmware build tool's command-line argument handling. It changes many on/off flags from plain booleans to optional booleans so they can explicitly be set to true, false, or l…

271e249aby cepetr+57−561 file
No security note in commit
Informational 15 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(xtask): introduce build options

This commit is a straightforward internal code reorganization in Trezor's build tooling. It moves build-option definitions from one Rust source file to a new module and adds the ability to load those options from a configuration file. Ther…

75085e2aby cepetr+275−2007 files
No security note in commit
Informational 15 AI analysisMessage 57 · Thin
TZ TrezorTrezor firmware BitcoinHardware wallets

feat(xtask): introduce build presets

This commit is a developer tooling change for the Trezor firmware build system. It introduces 'build presets'—named configuration bundles stored in TOML files—so developers can select common build settings with a single command-line flag i…

eefe8f7fby cepetr+397−419 files
No security note in commit
Informational 15 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

feat(xtask): upgrade manifest.yaml for tf-tools 0.3.0

This commit is a routine update to a build-system manifest file used by Trezor's internal tooling. It reorganizes and re-labels feature flags (for example, moving options between 'Features', 'Debugging', and 'Signing' groups and simplifyin…

57b28b89by cepetr+86−1351 file
No security note in commit
Informational 15 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

feat(core): add tf-tools 0.3.1+ configuration file

This commit adds a single configuration file for a Trezor developer tool (a VS Code extension). It only points the tool to existing folders in the repository and contains no executable code, no secrets, and no changes to firmware behavior.…

e554f618by cepetr+8−01 file
No security note in commit
Informational 15 AI analysisMessage 62 · Adequate
TZ TrezorTrezor firmware BitcoinHardware wallets

refactor(xtask): rename ResolvedBuild to ResolvedBuildFeatures

This commit is a simple internal code cleanup: it renames a Rust data structure called ResolvedBuild to ResolvedBuildFeatures and updates the places that use it. There are no functional changes, no security fixes, and no changes to how the…

aaa2780bby cepetr+5−52 files
No security note in commit
Repository ledger

Explore captured commits

Expand any commit for its author, full message, clarity score, changed files, triage signals, analysis, and source link.

Lower-priorityfeat(core): restrict payment requests to COIN SWAPby M1nd3r · 369543b5 · Oct 27, 2025 · 1 fileMessage 62 · AdequateLow 42Details
Commit message · M1nd3r

feat(core): restrict payment requests to COIN SWAP

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Low 42/100

This commit tightens which types of signed payment requests a Trezor hardware wallet will accept. Previously, the code accepted any validly-signed payment request; now it rejects requests that are not specifically 'coin swap' requests (which must contain both a coin-purchase memo and a refund memo). It also adds a check that each memo has exactly one memo type. The change appears to be a defensive hardening measure rather than a fix for an active exploit, because the commit message and diff do not describe a specific vulnerability.

Security candidatechore(core): add PROD payment request public signing keyby M1nd3r · 65712de3 · Oct 27, 2025 · 1 fileMessage 62 · AdequateInformational 18Details
Commit message · M1nd3r

chore(core): add PROD payment request public signing key

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
signing boundary
AI analysis · Informational 18/100

This commit simply fills in a previously empty placeholder with the real production public key used to verify signed payment requests. By itself, it is a routine configuration/key-installation change, not an exploitable vulnerability. The only security-relevant observation is that before this commit, payment-request signatures using this key could not have been validated, so the feature would not have worked in production.

Security candidatechore: remove `GetNonce` and `PaymentRequest` from experimental featuresby M1nd3r · 6b844d37 · Oct 27, 2025 · 24 filesMessage 62 · AdequateInformational 19Details
Commit message · M1nd3r

chore: remove `GetNonce` and `PaymentRequest` from experimental features

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
nonce handlingcryptography-sensitive pathsigning or wallet path
AI analysis · Informational 19/100

This commit removes the 'experimental' label from two Trezor firmware features: PaymentRequest (used in several cryptocurrency transaction flows) and GetNonce (a random-number request). It also updates generated code and tests accordingly. The change itself is a feature graduation, not a fix for a known security bug. There is no direct evidence in the commit that it patches an active vulnerability, but it does widen the audience for these features by removing the experimental opt-in requirement.

Security candidaterefactor(core): split reboot and reboot_to_bootloader functionsby tychovrahe · 393f8231 · Oct 27, 2025 · 6 filesMessage 62 · AdequateInformational 15Details
Commit message · tychovrahe

refactor(core): split reboot and reboot_to_bootloader functions

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
update trustboot or update path
AI analysis · Informational 15/100

This commit is a straightforward internal code cleanup: it splits one Python/C function that handled three different reboot behaviors into three separate, clearly named functions. There is no change to what the device actually does during a reboot or firmware upgrade, and no security bug is introduced or fixed.

Security candidatefix(core): restart nRF chip on restart from menuby tychovrahe · 421798ab · Oct 27, 2025 · 7 filesMessage 57 · ThinLow 32Details
Commit message · tychovrahe

fix(core): restart nRF chip on restart from menu

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
boot or update path
AI analysis · Low 32/100

This update fixes a bug where rebooting a Trezor device from its on-device menu did not properly restart the Bluetooth chip (nRF). The fix makes sure the Bluetooth chip is turned off and rebooted before the device restarts, so both sides come back up in a clean, synchronized state. Without this, Bluetooth could be left in a confused or half-working state after a reboot.

Security candidatefix(core/bootloader): fix battery drain when waiting on unofficial firmware confirmationby tychovrahe · 8e1f0788 · Oct 27, 2025 · 8 filesMessage 62 · AdequateInformational 21Details
Commit message · tychovrahe

fix(core/bootloader): fix battery drain when waiting on unofficial firmware confirmation

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
update trustboot or update path
AI analysis · Informational 21/100

This commit fixes a battery-drain bug in the Trezor bootloader that occurs when the device is left waiting for the user to confirm unofficial firmware. The old code kept the processor awake in a tight loop polling the touchscreen or buttons. The new code lets the device sleep and only wakes it when the user actually touches the screen or presses buttons, and it hibernates after 40 seconds of inactivity. There is no direct security vulnerability being patched; it is a power-management and usability fix.

Security candidatefix(core): use paragraph for `show_wait_text()`by Roman Zeyde · a5195412 · Oct 24, 2025 · 3 filesMessage 57 · ThinInformational 15Details
Commit message · Roman Zeyde

fix(core): use paragraph for `show_wait_text()`

[no changelog]

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
cryptography-sensitive pathboot or update path
AI analysis · Informational 15/100

This commit is a routine user-interface cleanup. It changes the on-screen 'please wait' message in three Trezor firmware layouts to use a standard text paragraph component instead of a dedicated 'Connect' component. There is no indication this fixes a security bug or changes security behavior.

Lower-priorityfix(core/delizia): correctly initialize `ConfirmAction` variantsby Roman Zeyde · b26d07c2 · Oct 23, 2025 · 1 fileMessage 62 · AdequateLow 46Details
Commit message · Roman Zeyde

fix(core/delizia): correctly initialize `ConfirmAction` variants

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Low 46/100

This commit fixes how the Trezor hardware wallet builds on-screen confirmation flows for the newer 'Delizia' interface. Previously, the code could register a confirmation page under the wrong internal state variant (for example, adding a confirmation screen to a flow that was not supposed to have one, or using the variant meant for flows with a menu when no menu existed). The patch makes the state variant explicit and passes it into the helper functions, ensuring each page is attached to the correct flow type. A mismatch could cause the device to show the wrong screen, ignore a button press, or behave unexpectedly when a user confirms or cancels an action.

Lower-priorityrefactor(core/delizia): move `dummy_page()` to `util.rs`by Roman Zeyde · 76d96045 · Oct 23, 2025 · 3 filesMessage 62 · AdequateInformational 15Details
Commit message · Roman Zeyde

refactor(core/delizia): move `dummy_page()` to `util.rs`

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is a simple code cleanup: it moves a small helper function called dummy_page() into a shared utility file so two different screens can use the same copy instead of each defining their own. There is no change to what the code does, no bug fix, and no security-relevant behavior change.

Lower-prioritychore: update UI fixturesby matejcik · c6d4d73a · Oct 23, 2025 · 1 fileMessage 47 · ThinInformational 15Details
Commit message · matejcik

chore: update UI fixtures

47/100 · ThinMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit only updates expected test result fingerprints (hashes) in a single JSON file used for automated UI testing. No actual product code, cryptography, or user-facing behavior was changed. It is a routine maintenance update to keep automated tests passing after unrelated UI or test changes.

Security candidatefix(core): drop `info` argument from confirm_blobby matejcik · cf6f9975 · Oct 23, 2025 · 5 filesMessage 57 · ThinInformational 19Details
Commit message · matejcik

fix(core): drop `info` argument from confirm_blob

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
cryptography-sensitive path
AI analysis · Informational 19/100

This commit removes an unused 'More info' option from several on-screen confirmation helpers in the Trezor firmware. The change is a UI cleanup: screens that never actually provided extra information no longer offer a 'More info' button. There is no direct evidence in the commit that this fixed an exploitable security vulnerability.

AI review queuedfix(core/rust): fix UB due to unaligned access in protobuf codecby matejcik · 5a0f3a62 · Oct 23, 2025 · 5 filesMessage 74 · AdequateModerate 61Details
Commit message · matejcik

fix(core/rust): fix UB due to unaligned access in protobuf codec

74/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Explains rationale or failure mode! No meaningful explanatory body
Why it was queued
parser or protocol pathsecond-pass: security-sensitive path
AI analysis · Moderate 61/100

This commit fixes undefined behavior in the Rust-based protobuf codec inside Trezor firmware. The code was reading multi-byte integers from data files that were not guaranteed to be properly aligned in memory, which can cause crashes or unpredictable behavior on some hardware. The patch ensures the data files are loaded with correct memory alignment and removes the use of 'packed' structs that forced unaligned access. It is a defensive hardening fix rather than a confirmed remote exploit.

Lower-priorityfix(core): avoid integer underflow in `VerticalMenu::place`by Roman Zeyde · fe21ddc7 · Oct 22, 2025 · 1 fileMessage 62 · AdequateLow 35Details
Commit message · Roman Zeyde

fix(core): avoid integer underflow in `VerticalMenu::place`

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Low 35/100

This commit fixes a potential integer underflow bug in the Trezor hardware wallet's user interface code. The bug occurred when calculating the number of separators between menu buttons. If the menu had zero buttons, the code would try to subtract 1 from 0, causing an underflow. The fix restructures the loop so the separator is only considered after the first button, avoiding the subtraction entirely. This is a defensive fix in Rust UI code that likely prevents a crash or undefined behavior during screen layout.

Security candidatefix(core/delizia): remove narrow chunkified styleby Lukas Bielesch · 6aafec9b · Oct 22, 2025 · 5 filesMessage 84 · StrongInformational 18Details
Commit message · Lukas Bielesch

fix(core/delizia): remove narrow chunkified style

- no need because the layout doesn't use the scrollbar
[no changelog]

84/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body✓ Explains rationale or failure mode
Why it was queued
boot or update path
AI analysis · Informational 18/100

This is a user-interface cleanup change for the Trezor Safe 5 (delizia layout). It removes a special narrow text style that was used only when long addresses needed a scrollbar. Because the new delizia layout no longer uses a scrollbar on these screens, the code now always uses the standard address-chunk style. The only visible effect is slightly different address formatting on some screens, and the corresponding screen-test snapshots were updated. There is no indication this affects security, cryptography, or how transactions are approved.

Lower-prioritychore: changelog.py adjustmentby obrusvit · 7914715b · Oct 22, 2025 · 2 filesMessage 47 · ThinInformational 15Details
Commit message · obrusvit

chore: changelog.py adjustment

[no changelog]

47/100 · ThinMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This is a routine tooling and documentation update. It adjusts the changelog helper script to support a new Trezor hardware model (T3W1) and to trim older changelog entries for that model. There is no change to wallet, cryptographic, or device security code.

Lower-prioritychore: update firmware changelogsby obrusvit · a3e6241f · Oct 22, 2025 · 19 filesMessage 47 · ThinInformational 15Details
Commit message · obrusvit

chore: update firmware changelogs

[no changelog]

47/100 · ThinMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit only updates firmware release notes and changelog files. It deletes draft changelog fragments and adds their contents to the published CHANGELOG files for versions 2.9.2 and 2.9.3. No source code, logic, or configuration changes are present, so it cannot introduce or fix a security vulnerability by itself.

Lower-priorityfeat(core): implementing reviews' findings and cleaning up before merging into main.by bleska · 05fb85a3 · Oct 22, 2025 · 1 fileMessage 62 · AdequateInformational 20Details
Commit message · bleska

feat(core): implementing reviews' findings and cleaning up before merging into main.

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 20/100

This commit is a cleanup and hardening pass on the backlight driver for Trezor hardware wallets. It improves error handling, removes debug code, fixes a buffer-index bug in a DMA safety check, and adds memory-protection reconfiguration around the interrupt handler. The changes are defensive and reduce the chance of driver misbehavior, but they do not appear to fix a known exploitable security vulnerability in user-facing software.

Lower-priorityfeat(core): implementation of higher granularity of TS7 backlight.by bleska · 58dde22c · Oct 22, 2025 · 1 fileMessage 85 · StrongInformational 18Details
Commit message · bleska

feat(core): implementation of higher granularity of TS7 backlight.

Currently, it only has 32 levels (based on TPS61062 specification). The goal is to have full API logical range of 0-255 values. 1st steps is to make DMA working in linked list mode. For debugging purposes, it's has been ported to D002 (DISC2 board).
Evaluation of HAL DMA functions in the way of safe DMA suspend/resume, deinit, etc. at TS7 HW. Adding interrupt functionality for the DMA peripheral. Result - simple demo at TS7 with DML in linked list mode
Making it work as usual at TS7 with DMA in linked list mode.

[no changelog]

85/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
AI analysis · Informational 18/100

This commit rewrites the backlight driver for the Trezor Safe hardware wallet's display boost circuit. It changes from 32 coarse brightness steps to 256 smoother steps by using a DMA-linked-list double-buffer to stream PWM pulse widths to the LED driver chip. The change is a feature implementation, not a security fix. There are some code-quality red flags—unused return values, commented-out error handlers, TODOs, and a commented-out infinite loop on a serious error—but nothing in the commit itself demonstrates an exploitable vulnerability.

Lower-priorityfeat(core): the regulation (interpolation of TPS61062 steps) has been added.by bleska · 04ae3b63 · Oct 22, 2025 · 1 fileMessage 62 · AdequateInformational 11Details
Commit message · bleska

feat(core): the regulation (interpolation of TPS61062 steps) has been added.

[no changelog]

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 11/100

This commit updates the backlight driver for a Trezor hardware wallet display controller. It adds smoother brightness levels by blending between the hardware's 32 brightness steps, and it improves error checking during initialization and shutdown. There is no clear security vulnerability here; it reads as a normal hardware-driver improvement.

Lower-priorityfeat(core): adding safety checks to DMA TC ISR in order to be able to react on longer IRQ disable because the DMA runs in the background and the buffer indices track/info could get lost => necessary to perform re-synchronization.by bleska · 97c7efcf · Oct 22, 2025 · 1 fileMessage 97 · StrongInformational 20Details
Commit message · bleska

feat(core): adding safety checks to DMA TC ISR in order to be able to react on longer IRQ disable because the DMA runs in the background and the buffer indices track/info could get lost => necessary to perform re-synchronization.

Next to that, debug prints have been added for on the fly debugging purposes.

Code has been cleaned up and refactored.

[no changelog]

97/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context✓ Explains rationale or failure mode
AI analysis · Informational 20/100

This commit changes the firmware code that controls the screen backlight on Trezor devices using the STM32U5 chip. It adds safety checks inside the interrupt handler that runs when a DMA (direct memory access) transfer completes, so the firmware can recover if interrupts were disabled for too long and the DMA got ahead of the CPU. It also fixes a small off-by-one bug in PWM duty-cycle timing and makes several cleanup changes (comments, debug prints, disabled code formatting). There is no direct evidence in the commit or supplied references that this fixes a security vulnerability; it appears to be a robustness/reliability improvement for backlight hardware control.

Lower-priorityrefactor(core): the "int backlight_level" member of struct "power_save_wakeup_params_t" has been refactored to "uin8_t data type" in order to ensure consistency throughout the whole codebase.by bleska · a3fe5888 · Oct 22, 2025 · 1 fileMessage 74 · AdequateInformational 15Details
Commit message · bleska

refactor(core): the "int backlight_level" member of struct "power_save_wakeup_params_t" has been refactored to "uin8_t data type" in order to ensure consistency throughout the whole codebase.

[no changelog]

74/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Explains rationale or failure mode! No meaningful explanatory body
AI analysis · Informational 15/100

This is a minor code cleanup that changes a single variable type from a signed integer to an unsigned 8-bit integer. It does not fix a security bug and does not introduce any obvious security risk. The change is purely for internal consistency in how backlight brightness levels are represented.

Lower-prioritychore(python): tweak to optional requirementsby matejcik · 76bc9f62 · Oct 20, 2025 · 2 filesMessage 57 · ThinInformational 15Details
Commit message · matejcik

chore(python): tweak to optional requirements

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is a routine packaging/documentation update. It renames an optional Python dependency group from 'bleak' to 'ble' and updates the README to document Bluetooth installation for newer Trezor models. There is no security-relevant code change.

Lower-prioritychore(python): bump version to 0.20.0-dev0by matejcik · 2410b3c3 · Oct 20, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · matejcik

chore(python): bump version to 0.20.0-dev0

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit simply changes a version number in a Python package configuration file from 0.14.0 to 0.20.0-dev0. It is a routine development version bump with no security relevance.

AI review queueddocs(python): changelog for 0.20.0-dev0by matejcik · 9faa614a · Oct 20, 2025 · 22 filesMessage 57 · ThinInformational 15Details
Commit message · matejcik

docs(python): changelog for 0.20.0-dev0

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
second-pass: unusually broad change
AI analysis · Informational 15/100

This commit is purely a documentation update: it gathers individual changelog fragments into the main CHANGELOG.md file for the Python trezorlib package version 0.20.0-dev0. No program code was changed, so it cannot by itself introduce or fix a security vulnerability.

Security candidatechore: update bootloader changelogsby obrusvit · 35c62018 · Oct 20, 2025 · 9 filesMessage 47 · ThinInformational 15Details
Commit message · obrusvit

chore: update bootloader changelogs

[no changelog]

47/100 · ThinMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
update trustboot or update path
AI analysis · Informational 15/100

This commit only reorganizes the bootloader's written changelog. It deletes small draft files and copies their text into the main CHANGELOG.md, adding version numbers and pull-request links. No program code was changed, so this cannot introduce or fix a security bug by itself.