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.
Message quality measures whether a commit identifies its scope, purpose, rationale, testing, and supporting references. It does not change the security-severity score.
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
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
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.
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 …
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
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
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…
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…
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…
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…
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…
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…
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.…
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…
This is a tiny code cleanup commit that replaces two calls to `ptr::null()` with Rust's `unwrap_or_default()` to silence automated Clippy lint warnings. It does not change what value is produced (still a null pointer when no salt is provid…
This commit is a straightforward internal code cleanup in Trezor's build tooling. It moves a data structure and two helper methods from one Rust source file to another and updates callers accordingly. There is no change to user-facing beha…
This commit only adds documentation. It updates the table of contents and adds a new markdown page plus a diagram explaining the project's 'xtask' build helper. No code, build scripts, or firmware logic was changed, so it cannot introduce …
This commit is a build-system refactoring for Trezor firmware. It moves the mapping of command-line build options to Rust/cargo features out of hard-coded Rust logic and into per-project TOML files. It also adds a small change so debug bui…
Build-option mapping now lives in project.toml files, increasing the attack surface for supply-chain/build-configuration tamperingMakefile change automatically enables debug-link for PYOPT=0 debug buildsValidation added to reject storage_insecure_testing_mode in production builds
This commit fixes a filename-renaming step in the project's automated nightly build pipeline. It ensures ARM64 emulator files get the correct name expected by another testing tool. There is no change to the actual Trezor firmware code, dev…
This is a routine housekeeping change to reduce clutter in Git's status output for a third-party component (the MicroPython submodule). There is no indication it changes any code that runs on the Trezor device or affects security.
Expand any commit for its author, full message, clarity score, changed files, triage signals, analysis, and source link.
Security candidatefix(legacy): Avoid creation of zero-length VLA.by Andrew Kozlik · 2f3e9aa6 · Dec 5, 2025 · 1 fileMessage 57 · ThinLow 42Details
Commit message · Andrew Kozlik
fix(legacy): Avoid creation of zero-length VLA.
[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 · Low 42/100
This commit fixes a coding issue in the older Trezor firmware where a temporary memory buffer could be created with zero size when handling multi-signature Bitcoin wallets. The fix replaces a variable-length buffer with a fixed maximum-size buffer. A zero-length variable-length array is undefined behavior in C and could, in theory, be exploited to destabilize the device, though the commit itself does not describe a practical attack.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
access control
AI analysis · Informational 11/100
This commit is a small internal refactor of the Trezor firmware's Tropic secure-element integration. It adds a software cache for a hardware-backed 'change PIN counter' so the firmware does not have to repeatedly ask the secure chip for the same value during PIN operations. There is no indication in the commit or title that this fixes a security bug; it appears to be a performance or timing-predictability improvement.
Security candidatefix(core): fix resuming from suspend when optiga is properly paired and bootloader lockedby tychovrahe · 387db1b0 · Dec 3, 2025 · 1 fileMessage 62 · AdequateLow 41Details
Commit message · tychovrahe
fix(core): fix resuming from suspend when optiga is properly paired and bootloader locked
[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 trust
AI analysis · Low 41/100
This commit changes the order in which a Trezor hardware wallet resumes internal components after waking from a low-power suspend state. Previously, secure drivers were resumed after the Optiga security chip was resumed. The fix moves secure-driver resumption before Optiga resumption. The commit title says this fixes a problem that occurs when the Optiga chip is properly paired and the bootloader is locked. Without more context, the exact security impact is unclear, but an incorrect resume order could in principle cause a secure-driver failure or leave a security-critical component in an inconsistent state during wake-up.
Security candidatechore: bump versionsby Ioan Bizău · 0bd90aa6 · Dec 1, 2025 · 9 filesMessage 55 · ThinInformational 15Details
Commit message · Ioan Bizău
chore: bump versions
core -> 2.9.7 secmon -> 1.0.6
[no changelog]
55/100 · ThinMessage clarity
✓ Subject identifies a change✓ Uses a recognizable type or scope✓ Provides an explanatory body
Why it was queued
signing or wallet pathboot or update path
AI analysis · Informational 15/100
This commit is a routine housekeeping change that only updates version numbers from 2.9.6 to 2.9.7 for the main firmware and from 1.0.5 to 1.0.6 for the security monitor, plus refreshes translation file metadata and their cryptographic signature. There are no code behavior changes, no bug fixes, and no security-related modifications visible in the diff.
feat(core/bootloader_emu): add option to preload firmware image
[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 21/100
This commit adds a new command-line option to the Trezor bootloader emulator that lets developers pre-load a firmware image into the emulated flash memory before running tests. It is a development/testing convenience feature and does not change the real hardware bootloader or wallet behavior.
Security candidatefeat(core/bootloader_emu): add option to wipe firmware image on startby tychovrahe · dfbea0b0 · Nov 27, 2025 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · tychovrahe
feat(core/bootloader_emu): add option to wipe firmware image on start
[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 adds a new command-line option (-w) to the Trezor bootloader emulator, a software-only testing tool. When used, it erases any simulated firmware image before the emulator starts booting. It is a development/testing convenience and does not change real hardware behavior or fix a security problem.
Security candidatechore(core/bootloader): add option to disable animations in bootloaderby tychovrahe · 360e6d47 · Nov 27, 2025 · 5 filesMessage 62 · AdequateInformational 15Details
Commit message · tychovrahe
chore(core/bootloader): add option to disable animations in bootloader
[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 adds a build-time and emulator option to turn off visual animations in the bootloader. It is a routine developer convenience change and does not fix, introduce, or change any security behavior.
Security candidatebuild(core): support DISABLE_TROPIC for HW testsby Roman Zeyde · 08d8e016 · Nov 27, 2025 · 3 filesMessage 67 · AdequateInformational 15Details
Commit message · Roman Zeyde
build(core): support DISABLE_TROPIC for HW tests
[no changelog]
67/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
boot or update path
AI analysis · Informational 15/100
This commit adds a new build option, DISABLE_TROPIC, that lets developers compile Trezor firmware test builds without the Tropic secure-element feature. It mirrors the existing DISABLE_OPTIGA flag and is blocked from production builds. There is no indication this is a security fix or vulnerability patch; it is a build-system convenience for hardware testing.
Security candidatechore: bump versionsby Roman Zeyde · 815d0b41 · Nov 24, 2025 · 9 filesMessage 55 · ThinInformational 15Details
Commit message · Roman Zeyde
chore: bump versions
core -> 2.9.6 secmon -> 1.0.5
[no changelog]
55/100 · ThinMessage clarity
✓ Subject identifies a change✓ Uses a recognizable type or scope✓ Provides an explanatory body
Why it was queued
signing or wallet pathboot or update path
AI analysis · Informational 15/100
This commit only updates version numbers and translation metadata. It changes the firmware version from 2.9.5 to 2.9.6, the secure monitor version from 1.0.4 to 1.0.5, and updates translation file headers and their signed metadata. There are no code changes that affect security or functionality.
chore(core, tools, common): improve type annotation, resolve issues
[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
seed or entropy pathsigning or wallet pathboot or update path
AI analysis · Informational 15/100
This is a large cleanup commit that improves Python type annotations and fixes minor code-quality issues across build tools, helper scripts, and test utilities. It does not change any security-critical firmware behavior, cryptographic operations, or device-facing code. There is no indication this commit fixes a security vulnerability.
Security candidatefeat(tests,eckhart): traverse TextScreen menusby Ioan Bizău · a72cd10c · Nov 21, 2025 · 2 filesMessage 67 · AdequateInformational 13Details
Commit message · Ioan Bizău
feat(tests,eckhart): traverse TextScreen menus
[no changelog]
67/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
boot or update path
AI analysis · Informational 13/100
This commit is a test-infrastructure and UI-layout change for the upcoming Trezor Safe 5 (Eckhart layout). It lets automated UI tests detect whether a text screen has an external menu, and it swaps a red cancel menu item for a dedicated themed cancel button. There is no security-relevant behavior change visible in the diff.
Security candidatefix: make default consistentby Ioan Bizău · f7ba427e · Nov 21, 2025 · 2 filesMessage 47 · ThinInformational 15Details
Commit message · Ioan Bizău
fix: make default consistent
[no changelog]
47/100 · ThinMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
boot or update path
AI analysis · Informational 15/100
This commit changes the default value of an optional UI parameter called `info` from `True` to `False` in a function that displays confirmation screens on Trezor hardware wallets. The change only affects documentation-style comments and a generated mock file, making the documented default match the actual implementation. There is no direct evidence this fixes a security vulnerability.
Security candidatefix: get rid of warning in non-debug buildby Ioan Bizău · 5b3ee5b8 · Nov 21, 2025 · 1 fileMessage 57 · ThinInformational 13Details
Commit message · Ioan Bizău
fix: get rid of warning in non-debug build
[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
boot or update path
AI analysis · Informational 13/100
This is a minor Rust code cleanup that removes a compiler warning in non-debug builds. The change splits one function into two versions: one for debug builds that sets a test-only flag, and one for release builds that does nothing. There is no security-relevant change to actual device behavior.
Security candidateReapply "chore: remove `GetNonce` and `PaymentRequest` from experimental features"by Ioan Bizău · 858cd181 · Nov 20, 2025 · 24 filesMessage 65 · AdequateInformational 15Details
Commit message · Ioan Bizău
Reapply "chore: remove `GetNonce` and `PaymentRequest` from experimental features"
This reverts commit 366580dcb6c42df526854010e03dfe6a30f983f1.
65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
nonce handlingcryptography-sensitive pathsigning or wallet path
AI analysis · Informational 15/100
This commit removes the 'experimental' label from two existing Trezor features—PaymentRequest (used in several cryptocurrency transaction flows) and GetNonce (a management message). It also removes the need to enable an 'experimental features' flag to use them. The change is a feature graduation, not a security fix. There is no evidence in the commit of a vulnerability being patched.
Security candidatefix(python): remove ecdsa dependency, use cryptographyby Pavol Rusnak · fdc9976d · Nov 20, 2025 · 2 filesMessage 62 · AdequateLow 32Details
Commit message · Pavol Rusnak
fix(python): remove ecdsa dependency, use cryptography
[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
boot or update path
AI analysis · Low 32/100
This commit swaps out the 'ecdsa' Python library for the more widely used 'cryptography' library when verifying digital signatures on Trezor legacy firmware updates. It is a maintenance-style dependency change. There is no direct evidence in the commit that it fixes an active security vulnerability, but moving away from the older 'ecdsa' package reduces long-term supply-chain and implementation risk.
Security candidaterefactor: make trades unaware of EVMby Ioan Bizău · db36f065 · Nov 19, 2025 · 10 filesMessage 57 · ThinInformational 15Details
Commit message · Ioan Bizău
refactor: make trades unaware of EVM
[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 pathsigning or wallet path
AI analysis · Informational 15/100
This commit is a straightforward internal code cleanup. It renames a parameter from 'token_address' to 'extra_menu_items' and changes it from a single Ethereum token address string into a generic list of extra label/value pairs. The Ethereum app now passes the token contract address as one item in that list, while other cryptocurrency apps simply pass an empty list. There is no change to user-facing security behavior and no bug fix or vulnerability patch.
Security candidaterefactor: extract SLIP-24 utilitiesby Ioan Bizău · 7d35ebc2 · Nov 19, 2025 · 13 filesMessage 57 · ThinInformational 15Details
Commit message · Ioan Bizău
refactor: extract SLIP-24 utilities
[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 pathsigning or wallet path
AI analysis · Informational 15/100
This is a routine internal code cleanup. It replaces loose groups of payment-request data (tuples) with named data classes (Refund and Trade) and moves shared helper code into a new file. There is no change to what the device shows or signs, and no security fix or vulnerability is present.
Security candidaterefactor: payment requests with no recipient addressby Ioan Bizău · acd48ccb · Nov 19, 2025 · 4 filesMessage 62 · AdequateInformational 18Details
Commit message · Ioan Bizău
refactor: payment requests with no recipient address
[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
cryptography-sensitive path
AI analysis · Informational 18/100
This commit refactors how Trezor hardware wallets display payment requests when no recipient address is provided. Previously, the code always expected a recipient address and would include it in the confirmation screen. Now, it handles cases where the recipient address is missing by either omitting that detail or showing a simpler confirmation. There is no direct evidence this fixes an active security vulnerability; it appears to be a UI robustness improvement.
Security candidatechore: include confirm_trade in BTC onlyby Ioan Bizău · 8d542f43 · Nov 19, 2025 · 4 filesMessage 57 · ThinInformational 17Details
Commit message · Ioan Bizău
chore: include confirm_trade in BTC only
[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 path
AI analysis · Informational 17/100
This commit moves the same on-screen trade-confirmation helper from the non-Bitcoin code block into the common, always-compiled section across four Trezor device layouts. The function itself is not changed; it is only made available in the Bitcoin-only firmware build as well as the full build. There is no direct evidence in the commit that this fixes a security bug.
Security candidaterefactor: allow trades with no sell amountby Ioan Bizău · c8f1e8f5 · Nov 19, 2025 · 15 filesMessage 57 · ThinInformational 19Details
Commit message · Ioan Bizău
refactor: allow trades with no sell amount
[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 19/100
This commit is a user-interface refactor that lets the Trezor device display trade confirmations even when there is no 'sell' amount. Previously the code assumed every trade was a swap (sell something to buy something). Now it can handle cases where only a buy amount is shown, such as a direct purchase or sale-to-fiat. The change touches UI layout code across several Trezor models and updates type hints, but it does not alter cryptographic signing, transaction parsing, or security checks.
Security candidatedocs(core/bootloader): changelog for 2.1.15by Roman Zeyde · a08e542f · Nov 19, 2025 · 6 filesMessage 57 · ThinInformational 15Details
Commit message · Roman Zeyde
docs(core/bootloader): changelog for 2.1.15
[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
update trustboot or update path
AI analysis · Informational 15/100
This commit is purely a documentation change: it moves five short bug-fix descriptions from individual changelog draft files into the official bootloader CHANGELOG.md for version 2.1.15. No source code was modified, so this commit by itself cannot introduce, fix, or exploit any security issue.
Security candidatechore: update embedded binaries for T3W1by Roman Zeyde · c0215fb3 · Nov 19, 2025 · 3 filesMessage 80 · StrongInformational 0Details
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
Why it was queued
update trustboot or update path
AI analysis · Informational 0/100
This commit updates pre-built binary files (bootloader and security monitor) for the T3W1 hardware model, along with the matching bootloader hash. The change is presented as a routine chore with no changelog entry. There is no visible source diff or description of what changed inside the binaries, and no security relevance is stated.
Security candidaterefactor(delizia): mark cancel menu buttonsby Ioan Bizău · 790eac7e · Nov 19, 2025 · 15 filesMessage 57 · ThinInformational 15Details
Commit message · Ioan Bizău
refactor(delizia): mark cancel menu buttons
[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
boot or update path
AI analysis · Informational 15/100
This commit is a code cleanup in the user-interface code for the Trezor hardware wallet's 'delizia' layout. It adds a way to mark on-screen cancel buttons as 'cancel' buttons, primarily so automated testing/debug tools can identify them. It does not change what the buttons do or introduce any security-relevant behavior.
Security candidaterefactor(eckhart): mark cancel menu buttonsby Ioan Bizău · 91e11880 · Nov 19, 2025 · 13 filesMessage 57 · ThinInformational 15Details
Commit message · Ioan Bizău
refactor(eckhart): mark cancel menu buttons
[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
boot or update path
AI analysis · Informational 15/100
This is a small internal code cleanup for the user interface of a new Trezor device layout (codenamed 'Eckhart'). It adds a marker flag called is_cancel to buttons that represent a 'Cancel' action, so automated testing/debug tools can identify them more easily. The visible behavior of the device does not change.
Security candidatechore: hide debug flags under ui_debugby Ioan Bizău · 60843cfd · Nov 19, 2025 · 6 filesMessage 57 · ThinInformational 18Details
Commit message · Ioan Bizău
chore: hide debug flags under ui_debug
[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 18/100
This commit removes several internal 'debug' flags from normal production builds of the Trezor firmware and keeps them only in builds that have the optional 'ui_debug' feature enabled. These flags are used by automated tests (debuglink) to navigate menus and identify cancel buttons; they do not directly control security checks. The change reduces the chance that test-only state could accidentally affect or leak information in production firmware, but it is a cleanup rather than a fix for an active vulnerability.