BS
← All projectsBlockstream

Blockstream Jade

Firmware for Jade and Jade Plus Bitcoin hardware wallets.

BitcoinHardware walletsElevated watch
Repository coverage

502 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.

106security candidates69second-pass queue437AI analyses
25commits · 30 days
67commits · 60 days
220commits · 180 days
417commits · 365 days
Backfill bands
Aug 5 → Feb 6216 seen38 candidatesComplete
Feb 6 → Jun 6131 seen9 candidatesComplete
Jun 6 → Jul 657 seen10 candidatesComplete
Jul 6 → Aug 510 seen0 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.

57/100 average clarity
32Strong · 80–100
182Adequate · 60–79
250Thin · 40–59
38Opaque · 0–39
5security candidates with opaque commit messaging
Read the scoring rubric →
Developer activity

Who is changing the project?

Public Git author strings; identities are not independently verified.

DeveloperCommitsCandidatesAnalyzedHigh riskMessage avg.
Jon Griffiths31357282157
Mike Tolkachev431438152
Daniel Newton771668055
Mihailo Milenkovic878057
roderico333060
Valerio Vaccaro1526054
Jamie C. Driver525053
Gustavo Cateim917078
Austin-Fulbright414060
quantpoet111072
cmiguelrn111045
tokyovyse111063
Analysis record

Published AI watches

Last scanned 22 minutes ago

Informational 20 AI analysisMessage 65 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

fmt: fix and prevent future use of unsupported format spec "zu"

This commit fixes the use of the "%zu" printf format specifier, which is not supported by the ESP32 toolchain used in this project. The unsupported format could cause log messages and user-facing strings to display incorrect or garbage val…

Use of unsupported printf format specifier %zu on embedded targetPotential for malformed log/UI output due to undefined format behaviorAddition of CI guard to prevent recurrence
26042182by Jon Griffiths+21−145 files
No security note in commit
Low 33 AI analysisMessage 30 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

otp: release md context on failure and clean temporary buffers

This commit fixes cleanup in the one-time-password (OTP) code. Previously, if setting up the cryptographic hash context failed, the code could return without freeing that context, and temporary buffers holding sensitive counter/HMAC data w…

Resource leak fix: mbedtls_md_free() now called on prepare_md_ctx failure pathSensitive buffer zeroization: wally_bzero() added for rcnt_buf and hmacControl-flow change from macro-based early return to explicit success checks
6e2cb6b6by Mike Tolkachev+26−141 file
No security note in commit
Low 47 AI analysisMessage 25 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

identity: clean temporary hash buffer

This commit fixes a small but real security hygiene issue in Blockstream Jade, a hardware wallet. A temporary buffer that holds a sensitive cryptographic hash (HMAC-SHA512 output used to derive child private keys) was not marked as sensiti…

Sensitive memory not marked for clearing (missing SENSITIVE_PUSH/POP)Buffer holds HMAC-SHA512 output used in BIP32 hardened child key derivationPatch adds explicit sensitive-memory lifecycle management
b5c35779by Mike Tolkachev+2−01 file
No security note in commit
Low 36 AI analysisMessage 15 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

qrmode: clean temporary buffer

This commit adds cleanup of a temporary memory buffer used when turning data into QR codes on the Blockstream Jade hardware wallet. The buffer could previously remain in memory after use, potentially leaving sensitive QR data behind for la…

Sensitive temporary buffer not cleared before fixUse of SENSITIVE_PUSH/SENSITIVE_POP memory-clearing macrosQR payload data may include private or confidential material
34f68c20by Mike Tolkachev+2−01 file
No security note in commit
Low 43 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

pinserver: retain unit private key on url change

This commit changes how Blockstream Jade handles its PIN server settings. Previously, changing the PIN server web address (URL) also wiped the device's private PIN encryption key, forcing the device to create a fresh one. The patch keeps t…

PIN private key lifecycle change: key retained on URL-only pinserver updatePublic-key change still triggers private-key erasure/regenerationDebug-clean and full reset still erase private key
ddcd93a3by Mike Tolkachev+38−324 files
No security note in commit
Informational 15 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

add more boards and descriptions

This commit is a documentation update for the do-it-yourself (DIY) hardware section of the Blockstream Jade project. It adds descriptions and photos for additional supported circuit boards and updates image file references. There are no co…

f4fb150dby Valerio Vaccaro+65−1625 files
No security note in commit
Moderate 63 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

process: limit array sizes in sign_tx, register_multisig and sign_bip85_digests

This commit adds size limits to several message-handling functions in the Blockstream Jade hardware wallet firmware. It caps how many asset records, transaction inputs/outputs, multisig signers, and BIP85 RSA digests a single RPC message c…

Adds explicit upper bounds on attacker-controllable array sizesRejects zero-input/zero-output transactions before further processingMoves BIP85 digest count validation before memory allocation
e87f26bfby Daniel Newton+251−8114 files
No security note in commit
Informational 15 AI analysisMessage 28 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

Update CHANGELOG.md

This commit only updates the project's CHANGELOG.md file to add release notes for version 1.0.41. It does not change any source code, build scripts, or configuration. The changelog text itself states that version 1.0.41 contains important …

Changelog describes prior security fixes in release 1.0.41Mentions external security researchers and tools (Loupe, Kvazar)References security-relevant improvements: stack protection, entropy, secure version, memory scrubbing, thread safety
dd45a7dcby Jon Griffiths+49−01 file
Vendor flagged security relevance
Informational 15 AI analysisMessage 35 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

jadepy: update jadepy release

This commit simply bumps the version of a Python dependency called jade-client from 1.0.40 to 1.0.41, along with its matching cryptographic hashes and a fresh PGP signature. There is no code change visible here, and nothing in the commit m…

75eeada4by Jon Griffiths+19−192 files
No security note in commit
Informational 15 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

consistency: fix docs/comment/script typos

This commit fixes five spelling mistakes in documentation, code comments, and a script comment. None of the changes alter program behavior or affect security.

9ea7eed3by Jon Griffiths+5−55 files
No security note in commit
Informational 17 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

esp_lcd: vendor the esp_lcd component (ESP-IDF v5.5.4)

This commit copies the ESP-IDF 'esp_lcd' display-driver component directly into the Blockstream Jade firmware repository (a process called 'vendoring') at version 5.5.4. It adds about 8,700 lines of display-interface code for LCD panels us…

Large vendored third-party driver import (+8,718 lines, 43 files)Driver code runs in interrupt context and uses DMA, which historically carries memory-safety and cache-coherency risksNo explicit security fix or bug-fix narrative in commit title/message
d89207bfby Daniel Newton+8718−043 files
No security note in commit
Informational 21 AI analysisMessage 57 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

build: "fakeprod" prod-like development mode

This commit adds an official developer-only 'fakeprod' build mode for Blockstream Jade hardware wallets. It deliberately weakens several security settings (single signature, committed private keys, readable flash-encryption key, enabled JT…

In-tree private keys committed to repository (tools/fakeprod_v2.pem, tools/fakeprod_attest.pem)Secure boot minimum signatures reduced from 2 to 1Flash encryption set to DEVELOPMENT mode with key readable
cecedc76by Daniel Newton+350−59 files
Vendor flagged security relevance
Low 45 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

urldecode: add validation for URL encoding

This commit hardens a URL-decoding helper in Blockstream Jade's firmware. It adds validation so malformed percent-encoding, embedded null bytes, control characters, and non-ASCII bytes are rejected instead of being silently decoded. A new …

Input validation added for percent-encoded sequencesRejection of embedded NUL bytes and control characters in decoded outputRejection of non-ASCII decoded bytes (>=0x80 and DEL 0x7f)
dd0d699dby Mike Tolkachev+100−272 files
No security note in commit
Low 26 AI analysisMessage 73 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

qr: split datastream data into its own allocation, reorder alloc/free calls

This change rewrites how a small QR-code scanning library allocates memory. Instead of one big 16 KB block, it now uses two separate 8 KB blocks, and it frees them in the reverse order they were allocated. The stated goal is to avoid memor…

Memory allocation pattern changed from single large allocation to two smaller allocationsAllocation/free ordering changed to LIFO-style reverse pairingPointer field added to struct that previously held an inline array
43640f8cby Jon Griffiths+24−153 files
No security note in commit
Low 46 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

psbt: check output amount presence before reading

This commit tightens how Blockstream Jade reads output amounts from a Partially Signed Bitcoin Transaction (PSBT). Before, the code tried to read the amount directly without first confirming it was actually present. Now it checks whether t…

Missing-field check added before sensitive value readPSBT output amount parsing hardenedDefensive validation of libwally presence flags
9f2b916dby Jon Griffiths+2−11 file
No security note in commit
Moderate 59 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

psbt: require that all psbt bytes are consumed when parsing

This commit tightens how Blockstream Jade verifies a Bitcoin transaction file (PSBT) before signing. It now requires that every byte in the file is part of the transaction, with no leftover or trailing data allowed. Previously, extra bytes…

Parsing now rejects trailing/unconsumed bytes in PSBT inputChange is in the signing code path, directly affecting what the hardware wallet will signUse of stricter libwally-core parse flag (COMPLETE) indicates parser hardening
605d86acby Jon Griffiths+1−11 file
No security note in commit
Informational 15 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

hardware: add Jade Plus design files

This commit reorganizes existing hardware design files for the original Jade device into a new subfolder and adds the open-source hardware design files for a new product, the Jade Plus. It does not change any software, firmware, or device …

5ad85661by bitcoinhelp+2573−122520 files
No security note in commit
Informational 15 AI analysisMessage 55 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

tests: migrate low level tests

This commit only moves and reorganizes existing test code. It adds a new helper to check whether the current transport is a specific type, moves a shared wait() function into a common test package file, and migrates a large set of low-leve…

767006a0by Valerio Vaccaro+1580−54 files
No security note in commit
Low 27 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

mnemonic: restore recovery phrase by word number

This commit adds a new way to restore a Bitcoin wallet on a Blockstream Jade hardware device: instead of typing each recovery word, users can enter each word's one-based BIP39 number (for example, '1' for 'abandon'). The change also refact…

New user-input path for seed recovery (word numbers instead of words)Refactoring of mnemonic input/validation helpersAddition of SENSITIVE_PUSH/POP for local mnemonic buffers
99927491by roderico+580−3183 files
No security note in commit
Informational 18 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

ui: support bounded variable-length digit entry

This commit refactors the on-screen digit-entry keypad in Blockstream Jade so callers can ask for shorter number fields (for example 4 digits instead of 6) and optionally cap the entered value. The existing 6-digit PIN and index entry beha…

New bounded numeric input path may prevent out-of-range values in future callersRefactoring centralizes input validation rather than relying on callersNo buffer-size changes observed; digit array remains DIGIT_ENTRY_SIZE (6) elements
69627745by roderico+128−332 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.

AI review queuedconsistency: fix spellingby Jon Griffiths · 4239cb6c · Dec 16, 2025 · 8 filesMessage 35 · OpaqueInformational 15Details
Commit message · Jon Griffiths

consistency: fix spelling

35/100 · OpaqueMessage clarity
✓ Descriptive subject! No meaningful explanatory body
Why it was queued
second-pass: opaque commit message
AI analysis · Informational 15/100

This commit only fixes spelling mistakes in code comments, changing the misspelled word 'implmentation' to 'implementation' across eight files. It does not change any actual program instructions, so it cannot affect security or functionality.

Lower-priorityFix: Waveshare S3 Touch LCD 2 Windows connectivity & USB detectionby Gustavo Cateim · dc41c671 · Dec 16, 2025 · 2 filesMessage 85 · StrongInformational 16Details
Commit message · Gustavo Cateim

Fix: Waveshare S3 Touch LCD 2 Windows connectivity & USB detection

Disable native hardware USB JTAG interface in favor of TinyUSB CDC stack
to resolve driver enumeration issues on Windows hosts.

Updates:
- configs/sdkconfig_display_waveshares3_touch_lcd2.defaults: Switch USB stack
- main/power/wslcdtouch2.inc: Use TinyUSB tud_mounted() for reliable power detection

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 16/100

This commit fixes a hardware compatibility problem for one specific Blockstream Jade device variant (Waveshare S3 Touch LCD 2). It swaps the USB debug/serial interface from the chip's built-in JTAG controller to the TinyUSB software stack so Windows computers can recognize the device reliably. It also improves how the device detects whether it is running on USB power. There is no direct evidence in the commit that this fixes a security vulnerability; it appears to be a connectivity and power-detection improvement.

Security candidateFix TTGO PIN entry navigationby cmiguelrn · c5ad31dc · Dec 15, 2025 · 1 fileMessage 45 · ThinInformational 20Details
Commit message · cmiguelrn

Fix TTGO PIN entry navigation

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
access controlauthentication path
AI analysis · Informational 20/100

This commit fixes the direction of PIN-entry wheel navigation on TTGO hardware variants of the Blockstream Jade hardware wallet so it matches the rest of the device's user interface. It is a device-specific usability fix, not a cryptographic or network security fix. There is no indication it allows an attacker to steal funds, bypass the PIN, or access private keys.

Lower-priorityFix: Enable USB JTAG serial for Jade on ESP32S3by Gustavo Cateim · b48520f1 · Dec 8, 2025 · 1 fileMessage 80 · StrongInformational 14Details
Commit message · Gustavo Cateim

Fix: Enable USB JTAG serial for Jade on ESP32S3

Set CONFIG_JADE_USE_USB_JTAG_SERIAL to 'y' in the Waveshare S3 touch LCD2 defaults to enable USB JTAG serial support for Jade on the ESP32S3 target.

80/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
AI analysis · Informational 14/100

This commit changes one configuration line for a specific Jade hardware variant (Waveshare S3 touch LCD2). It turns on the USB JTAG serial feature, which is a normal debug/serial communication option for ESP32S3-based devices. There is nothing in the commit message, title, or diff that indicates a security fix, vulnerability, or malicious change. It appears to be a hardware-enablement or functionality fix.

Lower-priorityFix: Swap A/B buttons logic for TTGO T-Display & T-Display S3by Gustavo Cateim · 9c20f9ba · Dec 8, 2025 · 1 fileMessage 62 · AdequateLow 31Details
Commit message · Gustavo Cateim

Fix: Swap A/B buttons logic for TTGO T-Display & T-Display S3

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 31/100

This commit fixes the assignment of physical A and B buttons on two specific TTGO hardware boards used with the Jade crypto wallet. Previously, the button pins were swapped or set to invalid values, which could cause button presses to be misread or ignored. The fix corrects the pin mapping so the right physical button registers as the right logical action. There is no direct evidence in the commit that this is a security vulnerability, but in a hardware wallet, confusing or ignoring button confirmations could theoretically affect user confirmations of sensitive actions.

Lower-prioritybuild: update github build workflow for recent changesby Jon Griffiths · bd5a3ed5 · Dec 5, 2025 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: update github build workflow for recent changes

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
documentation-only discount
AI analysis · Informational 15/100

This commit only updates the project's automated GitHub build workflow. It adds a second build job for a newer hardware variant (Jade Plus), renames the existing job, updates the checkout action version, and changes the build commands to use a project switching script. There is no change to the firmware code that runs on the device, no change to cryptographic logic, and no indication of a security fix or vulnerability.

Lower-prioritydocs: update README.md to cover recent build/config changesby Jon Griffiths · 6ff10c6a · Dec 5, 2025 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

docs: update README.md to cover recent build/config changes

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
documentation-only discount
AI analysis · Informational 15/100

This commit only updates the README.md documentation file. It rewrites build and configuration instructions for developers, adds details about new device targets, and reorganizes sections. No source code, firmware logic, or security-sensitive behavior was changed.

Lower-priorityFix release date for version 1.0.38 in CHANGELOGby Jacob Heider · bc072653 · Dec 3, 2025 · 1 fileMessage 60 · AdequateInformational 15Details
Commit message · Jacob Heider

Fix release date for version 1.0.38 in CHANGELOG

Correct the release date for version 1.0.38. We don't want people waiting till Decembruary for the update.

60/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only fixes a typo in the release date for version 1.0.38 in the project's CHANGELOG file, changing '2025-13-26' (an invalid month) to '2025-11-26'. It does not change any software code, functionality, or security behavior.

Lower-priorityconfig: enable maximum stack protections for dev devicesby Jon Griffiths · 8e9636a9 · Dec 3, 2025 · 4 filesMessage 65 · AdequateInformational 15Details
Commit message · Jon Griffiths

config: enable maximum stack protections for dev devices

A preparatory step for increasing production stack checking.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit changes a compiler setting in four development configuration files for the Blockstream Jade hardware wallet. It switches the stack overflow protection level from 'STRONG' to 'ALL' for developer devices only. This is a defensive hardening step, not a fix for an active security flaw. There is no evidence in the commit of any vulnerability being patched.

Lower-priorityconfig: remove the debug jade configsby Jon Griffiths · 3fe8cf31 · Dec 3, 2025 · 6 filesMessage 60 · AdequateInformational 18Details
Commit message · Jon Griffiths

config: remove the debug jade configs

These can be created with:
./tools/switch_to.sh [jade|jade_v1_1|jade_v2] --dev --debug [--log|--log-cbor] [--jtag]

60/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 18/100

This commit removes six pre-made debug configuration files for the Blockstream Jade hardware wallet. The project message says these debug settings can now be created on demand using a build script instead of being stored in the repository. The change itself is a cleanup and does not fix a vulnerability, but shipping debug configs that enable verbose logging and JTAG debugging could make it easier for an attacker to analyze or tamper with a device if those configs were accidentally used in a production build. There is no direct evidence in the commit of a security incident or exploit.

Lower-prioritycamera: skip every second screen refresh during continuous scanningby Jon Griffiths · 369b182e · Dec 3, 2025 · 1 fileMessage 65 · AdequateInformational 13Details
Commit message · Jon Griffiths

camera: skip every second screen refresh during continuous scanning

Allows us to scan more frames per second overall.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 13/100

This commit is a performance tweak for the camera preview screen on Blockstream Jade hardware wallets. It skips updating the on-screen preview every second camera frame so the device can analyze more frames per second when scanning QR codes. There is no security-relevant change visible in the code.

Lower-priorityci: allow ci_flash to run on local development envsby Jon Griffiths · 522dffda · Dec 3, 2025 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

ci: allow ci_flash to run on local development envs

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 change is a developer tooling update. It makes the project's continuous-integration flash script work on local developer machines, not just the CI server. It adds fallback serial ports, creates a local Python virtual environment if one isn't present, skips Bluetooth testing if a Bluetooth tool is missing, and deactivates the virtual environment at the end. There is no indication this affects end-user security or the firmware itself.

Lower-prioritybuild: use switch_to.sh for config generationby Jon Griffiths · e04adeb2 · Dec 3, 2025 · 4 filesMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: use switch_to.sh for config generation

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 build-system cleanup. It changes how GitLab CI jobs select firmware configuration files, replacing inline shell commands with calls to a helper script called switch_to.sh. There is no indication this fixes or introduces a security vulnerability.

Lower-priorityci: increase the time allowance for v2 selfcheckby Jon Griffiths · 590823af · Dec 3, 2025 · 1 fileMessage 80 · StrongInformational 15Details
Commit message · Jon Griffiths

ci: increase the time allowance for v2 selfcheck

This is likely caused by increased stack checks; increasing the speed of
individual RPC calls will be made in the future on a case by case basis.

80/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
AI analysis · Informational 15/100

This commit simply loosens a test timeout in the project's automated test suite. It changes how long a self-check test is allowed to take, likely because the test was failing due to slower internal safety checks. There is no change to the actual device firmware or wallet security logic, and no security issue is introduced.

Security candidatepsbt: fix a (harmless) off-by-one assert checkby Jon Griffiths · 42f6948c · Dec 3, 2025 · 1 fileMessage 45 · ThinInformational 18Details
Commit message · Jon Griffiths

psbt: fix a (harmless) off-by-one assert check

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 18/100

This commit fixes a boundary check in code that walks through parts of a Bitcoin transaction (PSBT). The old check allowed an index equal to the number of items, which is one too high. The commit message calls it 'harmless,' meaning it should not cause a real security problem in practice. It is a defensive correction to an assert that guards internal iteration.

AI review queuedquirc: fix compiler warningby Jon Griffiths · ea03ce7d · Dec 3, 2025 · 1 fileMessage 35 · OpaqueInformational 15Details
Commit message · Jon Griffiths

quirc: fix compiler warning

35/100 · OpaqueMessage clarity
✓ Descriptive subject! No meaningful explanatory body
Why it was queued
parser or protocol pathsecond-pass: opaque commit messagesecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit only swaps the order of two C keywords ('const static' becomes 'static const') and adds a missing newline at the end of a file. It is a cosmetic/compiler-warning fix with no functional or security change.

Lower-prioritychore: fix a large number of spelling issuesby fengyuchuanshen · d8528f03 · Dec 3, 2025 · 9 filesMessage 72 · AdequateInformational 15Details
Commit message · fengyuchuanshen

chore: fix a large number of spelling issues

Signed-off-by: fengyuchuanshen <fengyuchuanshen@outlook.com>

72/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit only fixes spelling mistakes in comments, documentation, debug log messages, and a usage string. There are no code behavior changes, no security fixes, and no functional patches.

Lower-prioritybc_ur: update to include native build supportby Jon Griffiths · e68c832a · Dec 3, 2025 · 1 fileMessage 45 · ThinInformational 3Details
Commit message · Jon Griffiths

bc_ur: update to include native build support

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 3/100

This commit updates a build configuration for a sub-component called bc_ur to support native (non-embedded) builds. The title and stats suggest a one-line change to a submodule or build file. There is no code diff available, no security-related language in the commit message, and no references linking this change to any security issue.

Lower-priorityota: shorten error code text for 1.x displaysby Jon Griffiths · 62fa83d6 · Dec 3, 2025 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

ota: shorten error code text for 1.x displays

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 15/100

This commit simply shortens the text shown on screen when an over-the-air (OTA) firmware update fails on older 1.x displays. It changes strings like 'OTA_ERR_SETUP' to 'ERR_SETUP' so they fit better on small screens. There is no security change.

Lower-priorityquirc: always inline perspective_map functionby Jon Griffiths · d84629ce · Dec 3, 2025 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

quirc: always inline perspective_map function

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is a minor compiler-level optimization. It tells the compiler to always inline a small helper function used when mapping QR code corners to image coordinates. There is no visible security relevance: no input validation, memory access, or logic changes are made.

Lower-priorityquirc: use float constants and convert division to multiplicationby Jon Griffiths · daf8ce63 · Dec 3, 2025 · 1 fileMessage 73 · AdequateInformational 15Details
Commit message · Jon Griffiths

quirc: use float constants and convert division to multiplication

Based on upstream commit:
https://github.com/dlbeer/quirc/commit/75ab5aa321facc28eabe56c4370dbdfb720cd82d

73/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Links an issue, advisory, or supporting reference
AI analysis · Informational 15/100

This commit is a routine performance and portability cleanup in the QR-code recognition library used by Blockstream Jade. It replaces floating-point division operations with equivalent multiplication-by-reciprocal operations and adds explicit 'float' type casts to numeric constants. There is no security-relevant change: the mathematical results are intended to be identical, and no bounds checks, memory handling, or cryptographic logic is modified.

Lower-prioritylog: socket server logger that communicates over wifiby Daniel Newton · 68751302 · Dec 3, 2025 · 7 filesMessage 65 · AdequateLow 44Details
Commit message · Daniel Newton

log: socket server logger that communicates over wifi

Set CONFIG_LOG_WIFI (default off) to enable

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Low 44/100

This commit adds an optional Wi-Fi logging feature to the Blockstream Jade hardware wallet. When enabled at compile time, the device can connect to a Wi-Fi network and stream its internal log messages over a TCP socket to a configured IP address and port. The feature is off by default and is intended only for development/debugging. It also includes extra profiling commands (like 'reset', 'stats', 'tasks') that can be sent over the same socket if another compile-time option is enabled. Because this feature can expose sensitive internal log data over a wireless network and includes remote commands, it could weaken security if accidentally enabled in a production build or used on an untrusted network.

Lower-prioritybuild: add 'tools/switch_to.sh' to switch between different configsby Daniel Newton · 84578147 · Dec 3, 2025 · 1 fileMessage 77 · AdequateInformational 15Details
Commit message · Daniel Newton

build: add 'tools/switch_to.sh' to switch between different configs

Preferred to adding more sdkconfig.default files.

77/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit adds a new developer helper script that lets engineers switch between different Jade hardware build configurations. It does not change any firmware code, cryptography, or user-facing behavior. It only automates build setup steps that developers could already do manually.

Security candidateotp: clearer message when device does not have current time for TOTP functionby Daniel Newton · e9f544ff · Dec 3, 2025 · 4 filesMessage 50 · ThinInformational 20Details
Commit message · Daniel Newton

otp: clearer message when device does not have current time for TOTP function

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
authentication path
AI analysis · Informational 20/100

This commit improves the on-screen error messages shown when a Blockstream Jade hardware wallet cannot generate a TOTP (time-based one-time password) code because the device does not know the current time. It does not change the security rules or fix a vulnerability; it only makes the failure message clearer to the user, suggesting they unlock the device with the Blockstream app to set the time.

Security candidatelibjade: enable building the Jade firmware as a native libraryby Jon Griffiths · 30aef5c7 · Dec 3, 2025 · 63 filesMessage 83 · StrongInformational 15Details
Commit message · Jon Griffiths

libjade: enable building the Jade firmware as a native library

Implements an in-process instance of the Jade firmware. This can be
thought of as an emulated or virtual Jade device that runs in the address
space of the application that links to it.

Also expose a daemon process which allows using libjade from another
process using the existing jadepy API.

This initial implementation is highly experimental and incomplete, and
should under no circumstances be used beyond development and testing.

Co-authored-by: Lawrence Nahum <lawrence@greenaddress.it>

83/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Mentions testing or verification
Why it was queued
cryptography-sensitive pathauthentication path
AI analysis · Informational 15/100

This commit adds a new experimental developer/testing feature called libjade that lets the Jade hardware-wallet firmware be compiled and run as a normal Linux software library or daemon. It is explicitly marked as incomplete, not for real funds, and for development/testing only. There is no indication this is a security fix or that it addresses any vulnerability.