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

Lower-prioritywire: increase the serial timeout for v1.x devicesby Jon Griffiths · d30ca810 · Feb 5, 2026 · 1 fileMessage 85 · StrongLow 35Details
Commit message · Jon Griffiths

wire: increase the serial timeout for v1.x devices

Very large messages can be sent in chunks due to serial timeouts, when
this happens make sure we have enough time to receive the remainder of
the message for these slower devices.

A future gold standard fix requires proper message framing (e.g. sending
the length of the message before the message itself).

Kudos to <dnewton@blockstream.com> for debugging.

85/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Explains rationale or failure mode
AI analysis · Low 35/100

This commit increases the time the Jade hardware wallet waits for the rest of a large message sent over its USB/serial connection from 2 seconds to 3 seconds, but only for older v1.x devices. The change is described as a workaround; the commit message says a proper fix would require sending the message length first so the receiver knows exactly how much data to expect. The change itself is a simple timeout bump and does not appear to introduce a security vulnerability, but it highlights a reliability issue that could, in theory, be abused to desynchronize or confuse the device by sending partial messages.

Lower-priorityci: fix v2 ota delta flash testingby Jon Griffiths · ccbed370 · Feb 3, 2026 · 1 fileMessage 67 · AdequateInformational 15Details
Commit message · Jon Griffiths

ci: fix v2 ota delta flash testing

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

This is a one-line change to a GitLab CI pipeline file. It adds a command to load the ESP-IDF build environment before running an over-the-air (OTA) delta firmware test for version 2 hardware. There is no change to device firmware, user-facing behavior, or security-sensitive code.

Lower-priorityci: increase fragmentation check limit for v2 devicesby Jon Griffiths · 35ea1de0 · Feb 2, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

ci: increase fragmentation check limit for v2 devices

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 only changes a test script. It raises the acceptable memory-fragmentation threshold for a newer Jade hardware version (JADE_V2) during automated continuous integration testing. There is no change to the actual device firmware, no user-facing behavior change, and no security fix or vulnerability present in the diff.

Lower-priorityui: further reduce stack usage during mnemonic verificationby Jon Griffiths · 533fce07 · Feb 2, 2026 · 1 fileMessage 60 · AdequateLow 27Details
Commit message · Jon Griffiths

ui: further reduce stack usage during mnemonic verification

60/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
defensive validation
AI analysis · Low 27/100

This commit is a small code cleanup in the part of Blockstream Jade that displays wallet backup words on screen. It changes how four word-pointers are passed between internal functions so they live in caller memory rather than being copied as function arguments. The stated goal is to reduce stack memory use during mnemonic verification. There is no direct evidence in the commit of a fix for an exploitable security bug, but reducing stack pressure can help prevent crashes or memory corruption in constrained hardware wallets.

Lower-priorityui: increase gui stack size for builds with stack protection enabledby Jon Griffiths · 84d3237a · Feb 2, 2026 · 1 fileMessage 50 · ThinLow 29Details
Commit message · Jon Griffiths

ui: increase gui stack size for builds with stack protection enabled

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Low 29/100

This commit slightly increases the memory stack reserved for the device's on-screen user-interface task. The change is specifically for builds that have 'stack protection' enabled, a compiler hardening feature. The one-line patch suggests that when stack protection is turned on, the GUI task was running out of stack space, which could cause crashes or instability. There is no direct evidence in the commit that this fixes an exploitable security vulnerability; it reads more like a hardening/stability fix.

Security candidatesign_psbt: add 2of3 recovery path comment for is_green_multisig_signersby Mihailo Milenkovic · 34f3d162 · Feb 2, 2026 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Mihailo Milenkovic

sign_psbt: add 2of3 recovery path comment for is_green_multisig_signers

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

This commit only adds a code comment explaining an existing limitation in how Blockstream Jade detects Green multisignature transactions. No code behavior changes. The comment documents that for a specific 2-of-3 recovery wallet setup, the device may skip extra Green-specific validation and fall back to treating the transaction as a standard 2-of-3 multisig, but signing still works correctly.

Lower-priorityci: disable file locking for ci flashingby Jon Griffiths · 0ca176a0 · Feb 2, 2026 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

ci: disable file locking for ci flashing

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 changes internal CI (Continuous Integration) scripts used to flash firmware onto test devices during automated builds. It temporarily removes a file-locking wrapper around flashing commands because GitLab was not reliably killing background processes. There is no change to the actual Jade firmware, wallet code, or anything end users install. It is purely a build/test infrastructure adjustment.

Lower-prioritytools: remove obsolete jade v1 flashing codeby Daniel Newton · 755c1b44 · Feb 2, 2026 · 6 filesMessage 45 · ThinInformational 15Details
Commit message · Daniel Newton

tools: remove obsolete jade v1 flashing code

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

This commit simply deletes old helper scripts and instructions used to flash early 'Jade v1' hardware devices. No code that runs on the Jade wallet itself is changed, and nothing in the commit fixes or introduces a security vulnerability. It is a cleanup of obsolete tooling.

Lower-priorityci: disable ble ota delta testing, add v2 and local testing supportby Jon Griffiths · a67e5f17 · Feb 2, 2026 · 2 filesMessage 72 · AdequateInformational 15Details
Commit message · Jon Griffiths

ci: disable ble ota delta testing, add v2 and local testing support

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

This commit only changes internal continuous-integration (CI) scripts that run automated hardware-in-the-loop tests for Blockstream Jade firmware updates. It disables Bluetooth OTA delta testing when the required Bluetooth tool is missing, adds support for the newer Jade v2 hardware, and lets developers run the same scripts locally. There is no change to the firmware, wallet logic, cryptography, or any code that end users run, so this commit does not create or fix a security vulnerability.

Lower-priorityci: disable bluetooth testing (consistently flaky)by Jon Griffiths · c51e0298 · Feb 2, 2026 · 3 filesMessage 72 · AdequateInformational 15Details
Commit message · Jon Griffiths

ci: disable bluetooth testing (consistently flaky)

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

This commit only changes internal continuous-integration (CI) scripts. It disables flaky Bluetooth tests by passing a --skipble flag and makes minor shell-script cleanups. There is no change to the actual Jade firmware, wallet application, or any code that end users run.

Lower-priorityci: update flashing ci runnersby Jon Griffiths · 34a069cb · Feb 2, 2026 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

ci: update flashing ci runners

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 only renames the labels used to pick which GitLab CI runner executes firmware flashing jobs. It does not change any code that runs on the Jade device, nor any build logic, secrets, or network behavior. There is no security relevance visible in the change.

Security candidatetests: add green 2of3 recovery signing by recovery key (full path from master key)by Mihailo Milenkovic · 6779fc7a · Feb 2, 2026 · 2 filesMessage 75 · AdequateInformational 5Details
Commit message · Mihailo Milenkovic

tests: add green 2of3 recovery signing by recovery key (full path from master key)

Test case for the situation described in the previous commit, showing
that the transaction is correctly signed.

75/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Mentions testing or verification
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 5/100

This commit only adds a new test case and updates a description of an existing test. It does not change any production code. The new test documents that when a recovery key is provided with a full derivation path (from the master key), a Blockstream Jade device will still sign the transaction, but a helper function called is_green_multisig_signers() will return false, meaning some extra Green 2of3 validation is skipped. Because no actual signing logic is changed, this commit by itself is not a security fix or vulnerability.

Lower-priorityci: increase the time allowance for selfcheckby Jon Griffiths · cc7907b2 · Feb 2, 2026 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

ci: increase the time allowance for selfcheck

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 raises the time limit allowed for a hardware self-test in a test script. It is a routine CI/testing adjustment with no security relevance.

Lower-priorityui: reduce stack usage during mnemonic verificationby Jon Griffiths · 3d8106ae · Feb 2, 2026 · 2 filesMessage 60 · AdequateLow 29Details
Commit message · Jon Griffiths

ui: reduce stack usage during mnemonic verification

60/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
defensive validation
AI analysis · Low 29/100

This commit refactors how a wallet's secret recovery phrase (mnemonic) is handled on screen during verification. Instead of keeping an array of direct memory pointers to each word, it now stores offsets into the original phrase buffer. The stated goal is to reduce stack memory usage. The change also makes the code treat the mnemonic as read-only ('const') in more places, which is a defensive improvement. There is no direct evidence in the commit of an exploitable vulnerability being fixed, but reducing stack pressure and avoiding extra pointers to secret data is a sensible hardening measure.

Security candidatetests: add test for a green 2of3 psbt with jade as the recovery key signerby Mihailo Milenkovic · 2d9c0a4c · Feb 2, 2026 · 1 fileMessage 60 · AdequateInformational 15Details
Commit message · Mihailo Milenkovic

tests: add test for a green 2of3 psbt with jade as the recovery key signer

60/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 15/100

This commit only adds a new test data file containing a sample Bitcoin transaction (PSBT) for a multi-signature wallet scenario. It does not change any actual wallet code, cryptography, or security logic. There is no indication of a vulnerability or security fix.

Lower-priorityjadepy: return empty bytes if asked to read 0 bytesby Jon Griffiths · 318db989 · Feb 2, 2026 · 1 fileMessage 65 · AdequateInformational 15Details
Commit message · Jon Griffiths

jadepy: return empty bytes if asked to read 0 bytes

The CBOR parser appears to ask for 0 bytes when parsing on occasion.

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

This is a small bug-fix in the Python library that talks to Blockstream Jade hardware wallets. When the code was asked to read zero bytes, it previously passed that request straight to the underlying transport, which could misbehave or return unexpected results. The fix makes it return an empty response immediately instead. It is a robustness improvement rather than a clear security vulnerability.

Security candidateattestation: misc cleanupsby Jon Griffiths · 4d782bf8 · Feb 2, 2026 · 1 fileMessage 75 · AdequateLow 42Details
Commit message · Jon Griffiths

attestation: misc cleanups

- fix SENSITIVE_POP in attestation_initialise()
- fix attestation_can_be_initialised() with CONFIG_DEBUG_MODE
- avoid uneeded reloads of attestation data
- ensure keys are always initialized before being freed
- allocate attestation data on the heap to avoid stack overflow

Co-authored-by: Daniel Newton <dnewton@blockstream.com>

75/100 · AdequateMessage clarity
✓ Descriptive subject✓ Provides detailed explanatory context✓ Explains rationale or failure mode✓ Names security-relevant behavior explicitly
Why it was queued
update trustmemory safetyboot or update path
AI analysis · Low 42/100

This commit is a cleanup of the device attestation code in Blockstream Jade, which is the cryptographic proof that the device is genuine. The changes fix a memory-management bug where sensitive key data could be cleared in the wrong order, correct a logic issue when debug mode is enabled, avoid repeatedly reloading attestation data from storage, ensure cryptographic keys are initialized before being freed, and move a large attestation data structure from the stack to the heap to prevent a possible stack overflow. Most changes are defensive hardening, but the SENSITIVE_POP ordering and the debug-mode logic fix are genuine security-relevant corrections.

Security candidateattestation: add status, battery charging/volts to 'get_version_info' RPCby Daniel Newton · cc3fb705 · Feb 2, 2026 · 5 filesMessage 50 · ThinInformational 13Details
Commit message · Daniel Newton

attestation: add status, battery charging/volts to 'get_version_info' RPC

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

This commit simply adds more information to an existing device status report (the 'get_version_info' RPC). It now reports whether tamper-evident attestation is active, the battery voltage, and whether the battery is charging. There is no change to security logic, access control, or cryptography. It is a routine telemetry/informational enhancement.

Lower-prioritylibjade: compile out debug logging under CONFIG_LOG_DEFAULT_LEVEL_NONEby Jon Griffiths · a374888d · Feb 2, 2026 · 2 filesMessage 50 · ThinInformational 19Details
Commit message · Jon Griffiths

libjade: compile out debug logging under CONFIG_LOG_DEFAULT_LEVEL_NONE

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 19/100

This commit changes how debug logging is handled in a library version of Blockstream Jade (libjade). When a build option that disables logging is set, the code now completely removes the internal log-level variable and the function that adjusts it, rather than just setting them to 'no logging.' This is a hardening/cleanup change that reduces the chance that sensitive debug information could accidentally leak in builds meant to be silent, but it does not by itself fix any active vulnerability.

Lower-priorityusb: add descriptor export for unlocked devicesby Austin-Fulbright · 22fe675a · Feb 2, 2026 · 6 filesMessage 60 · AdequateInformational 24Details
Commit message · Austin-Fulbright

usb: add descriptor export for unlocked devices

Does not currently support Liquid or Green multisig.

Co-authored-by: Jon Griffiths <jon_p_griffiths@yahoo.com>

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

This commit adds a new feature to Blockstream Jade hardware wallets that lets the user export an extended public key (xpub) as a file to a connected USB storage device. The feature only works when the device is unlocked and explicitly disallows multisig exports. It is a normal product feature, not a fix for a known security bug. There is no evidence in the commit or supplied references that this is a security patch or that it addresses any disclosed vulnerability.

Lower-priorityci: disable cbor logging for ci firmware buildsby Jon Griffiths · 94e22c19 · Feb 2, 2026 · 1 fileMessage 100 · StrongInformational 15Details
Commit message · Jon Griffiths

ci: disable cbor logging for ci firmware builds

CBOR logging seems to cause (many) more problems than it solves. Given
we don't enable it on any device that we ship to users, avoid enabling
it in order to make the tested images closer to the actually deployed
ones.

100/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context✓ Explains rationale or failure mode✓ Mentions testing or verification
AI analysis · Informational 15/100

This change only affects how test firmware is built in the project's continuous integration (CI) pipeline. It removes a debug logging flag so that test builds more closely match the firmware actually shipped to users. There is no user-facing code change and no security fix or vulnerability patch.

Security candidatewallet: allow skipping leading 'm' when converting bip32 pathsby Jon Griffiths · d64ade24 · Feb 2, 2026 · 9 filesMessage 50 · ThinInformational 18Details
Commit message · Jon Griffiths

wallet: allow skipping leading 'm' when converting bip32 paths

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

This commit changes a helper function that turns numeric Bitcoin key paths (like 0/1/2) into human-readable text. It adds an option to leave off the leading 'm/' so callers that only want the raw path can get it. All existing callers are updated to keep the old behavior (with the 'm/'), so there is no immediate change in behavior. It appears to be a code cleanup or preparation for a future feature rather than a fix for an active security problem.

Security candidatebuild: add support for jade core/v2.0cby Daniel Newton · 6e788ed0 · Feb 2, 2026 · 30 filesMessage 57 · ThinInformational 15Details
Commit message · Daniel Newton

build: add support for jade core/v2.0c

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
signing or wallet pathboot or update path
AI analysis · Informational 15/100

This commit adds support for a new hardware variant called Jade Core (jade_v2c), which is a Jade Plus device without a camera or battery. The changes are purely build, configuration, release-script, and documentation updates to recognize the new board type. There is no indication of any security vulnerability being fixed or introduced.

AI review queuedutils: add util.c and functions is_potential_green_*_path()by Mihailo Milenkovic · e42b5c26 · Feb 2, 2026 · 4 filesMessage 65 · AdequateInformational 12Details
Commit message · Mihailo Milenkovic

utils: add util.c and functions is_potential_green_*_path()

Co-authored-by: Jon Griffiths <jon_p_griffiths@yahoo.com>

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 12/100

This commit adds a new utility file with helper functions that validate whether a Bitcoin key derivation path looks like one used by Blockstream Green wallets. There is no evidence in the commit that this fixes a security bug; it appears to be a new helper for recognizing Green wallet paths.

Security candidatepin: create the pin private key on demandby Jon Griffiths · 46e09b14 · Feb 2, 2026 · 4 filesMessage 50 · ThinLow 35Details
Commit message · Jon Griffiths

pin: create the pin private key on demand

50/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Names security-relevant behavior explicitly! No meaningful explanatory body
Why it was queued
secret or key materialaccess controlauthentication path
AI analysis · Low 35/100

This commit moves when a special device private key (used for PIN server authentication) is created. Previously it was generated at every boot if missing; now it is created only when actually needed during a PIN operation. This is a code-quality and reliability change that reduces unnecessary key creation at startup, but it does not appear to fix an active security vulnerability.