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 47 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-priorityassets: rename L-BTC issuer from "peg-in" to "federation"by Jon Griffiths · 4cec7ba5 · May 1, 2026 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Jon Griffiths

assets: rename L-BTC issuer from "peg-in" to "federation"

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

This commit simply renames the displayed issuer label for the Liquid Bitcoin token from 'peg-in' to 'federation' in the wallet's built-in asset list. It is a cosmetic string change with no security relevance.

Lower-priorityqemu: fix outdated scripts/documenationby Daniel Newton · 9cfc58fb · May 1, 2026 · 8 filesMessage 45 · ThinInformational 15Details
Commit message · Daniel Newton

qemu: fix outdated scripts/documenation

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

This commit only updates QEMU emulator helper scripts and documentation. It renames a script from make-flash-img.sh to make_flash_img.sh, adds command-line options, updates README instructions, and removes an unused reboot script. There is no change to the actual Jade firmware or wallet security code.

Lower-prioritytests: add short wait before ping command to ensure jade has returned to idle statusby Daniel Newton · d534fc36 · May 1, 2026 · 1 fileMessage 72 · AdequateInformational 15Details
Commit message · Daniel Newton

tests: add short wait before ping command to ensure jade has returned to idle status

72/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Explains rationale or failure mode✓ Mentions testing or verification! No meaningful explanatory body
AI analysis · Informational 15/100

This change only adjusts the project's automated test suite. It adds a one-second wait before sending a 'ping' check so the test hardware has time to finish background tasks before the test asserts it is idle. There is no change to the actual Jade firmware or wallet software that users rely on, and no security fix or vulnerability is present in the diff.

Lower-priorityqemu: enable logging in CIby Daniel Newton · 92b0db75 · May 1, 2026 · 6 filesMessage 45 · ThinInformational 14Details
Commit message · Daniel Newton

qemu: enable logging in CI

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

This commit only turns on diagnostic logging for automated QEMU (emulated hardware) test runs in CI. It adds a new logger that writes messages to the emulated serial port, changes CI scripts to capture that output, and adjusts a build helper so the '--log' flag is allowed for QEMU builds. There is no indication it fixes or introduces a security vulnerability.

AI review queuedqemu: print halt instead of silent reboot on panicby Daniel Newton · d9939fdf · May 1, 2026 · 2 filesMessage 50 · ThinInformational 18Details
Commit message · Daniel Newton

qemu: print halt instead of silent reboot on panic

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
second-pass: broader security terminology
AI analysis · Informational 18/100

This commit changes how the QEMU emulator build of the Jade hardware wallet behaves when the firmware hits a critical error. Previously it would silently reboot; now it prints diagnostic information and halts. This is a developer/testing convenience change, not a fix for an exploitable security flaw in production devices.

Lower-priorityota: add a timeout argument to jade_ota.pyby Jon Griffiths · a1e39a5c · May 1, 2026 · 2 filesMessage 70 · AdequateInformational 15Details
Commit message · Jon Griffiths

ota: add a timeout argument to jade_ota.py

Use this to extend the timeout for qemu CI testing.

70/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Mentions testing or verification
AI analysis · Informational 15/100

This change simply adds a user-configurable timeout to a serial connection script used for firmware updates, and uses a longer timeout during automated testing in a simulated (QEMU) environment. There is no security issue here.

Lower-prioritytests: show mismatching values on reply failureby Jon Griffiths · 98baa6f1 · May 1, 2026 · 1 fileMessage 55 · ThinInformational 15Details
Commit message · Jon Griffiths

tests: show mismatching values on reply failure

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

This commit only changes test code to print more helpful error messages when a test assertion fails. It does not modify the actual Jade wallet firmware or any production code. There is no security issue here.

Lower-priorityprocess: remove push_in_message_exby Jon Griffiths · 2ebb42c4 · May 1, 2026 · 6 filesMessage 58 · ThinInformational 11Details
Commit message · Jon Griffiths

process: remove push_in_message_ex

Avoid extra allocations/copies when processing in QR mode.

Also minor tidy ups for consistency in bcur_scan_qr callers.

58/100 · ThinMessage clarity
✓ Descriptive subject✓ Provides detailed explanatory context
AI analysis · Informational 11/100

This commit is a routine code cleanup in Blockstream Jade's QR message handling. It removes a helper function that added an extra memory allocation and copy, and instead lets callers reserve a leading byte directly when allocating the buffer. There is no indication this fixes a security bug; it appears to be an efficiency and consistency improvement.

Lower-prioritytests: allow running a sample of test cases, enable for qemuby Jon Griffiths · 2b4b8c5e · May 1, 2026 · 3 filesMessage 88 · StrongInformational 15Details
Commit message · Jon Griffiths

tests: allow running a sample of test cases, enable for qemu

qemu even on a fast host is very slow. Reduce the coverage for CI runs
on a random basis, since we now have libjade and the hardware units
both providing full coverage.

88/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Mentions testing or verification✓ Names security-relevant behavior explicitly
AI analysis · Informational 15/100

This commit only changes how automated tests are run. It adds an option to run a random 33% sample of test cases when testing in a slow emulator (QEMU), in order to save CI time. It does not change any wallet, firmware, or cryptographic code that end users interact with.

Lower-prioritycoverage: replace coverage support with libjade coverageby Jon Griffiths · d3028449 · May 1, 2026 · 9 filesMessage 75 · AdequateInformational 14Details
Commit message · Jon Griffiths

coverage: replace coverage support with libjade coverage

Removes the GCOV entry from the get_version_info RPC result.

75/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Mentions testing or verification
AI analysis · Informational 14/100

This commit is a straightforward maintenance change: it removes the old firmware-level gcov code-coverage support and switches to a new libjade-based coverage workflow. There is no security bug being fixed here, and no new attack path is introduced. The only user-visible change is that the 'GCOV' field is no longer reported in the get_version_info RPC response.

Lower-prioritylibjade: add gui supportby Daniel Newton · 624ac60b · May 1, 2026 · 18 filesMessage 61 · AdequateInformational 20Details
Commit message · Daniel Newton

libjade: add gui support

Adds libjade/run_libjade_gui.sh which will run a local libjade instance
with a tkinter window. Includes coverage support for libjade builds.

Note that the libjade API to fetch the screen buffer is subject to
change in the future.

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

61/100 · AdequateMessage clarity
✓ Subject identifies a change✓ Provides detailed explanatory context✓ Mentions testing or verification
AI analysis · Informational 20/100

This commit adds a desktop GUI mode for testing the Jade hardware wallet firmware on a regular computer. It is a development/testing feature, not a change to the production firmware that runs on real Jade devices. The code introduces a new event-dispatching shim and lets a Python/Tkinter window drive the firmware's screen and buttons. There is no indication this fixes a security vulnerability; it is a tooling enhancement.

Lower-priorityUpdate 1.0.40 release dateby Jon Griffiths · 6f858f39 · Apr 29, 2026 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

Update 1.0.40 release date

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only changes a release date in the project's CHANGELOG.md file. It does not modify any software code, security settings, or functionality. There is no security relevance.

Lower-prioritybuild: increment the firmware secure versionby Jon Griffiths · 16713374 · Apr 29, 2026 · 4 filesMessage 57 · ThinInformational 24Details
Commit message · Jon Griffiths

build: increment the firmware secure version

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

This commit bumps the firmware 'secure version' number from 1 to 2 across all production builds of the Blockstream Jade hardware wallet. On its own, increasing this number is a defensive measure that prevents the device from accepting older firmware (anti-rollback). It does not by itself fix a bug, but it is typically done after a security fix so that attackers cannot downgrade to a vulnerable version. The change is therefore a security-related build configuration update, not a direct vulnerability patch.

Lower-priorityUpdate CHANGELOG.mdby Jon Griffiths · 3edd8f4b · Apr 19, 2026 · 1 fileMessage 43 · ThinInformational 15Details
Commit message · Jon Griffiths

Update CHANGELOG.md

Fixes the 1.0.39 release date, thanks to @jhheider for reporting.

43/100 · ThinMessage clarity
✓ Subject identifies a change✓ Provides an explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only updates the project's CHANGELOG.md file. It corrects the release date for version 1.0.39 and adds the changelog entry for the new 1.0.40 release. There are no code changes, no security fixes applied, and no security vulnerability introduced.

Lower-prioritydashboard: fix qemu compile warningsby Jon Griffiths · 8f12b76c · Apr 19, 2026 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

dashboard: fix qemu compile warnings

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

This commit only wraps three optional hardware-specific functions in conditional compilation guards so the code compiles cleanly on QEMU emulator builds that lack a camera or battery. It is a build-warning cleanup with no security relevance.

Lower-priorityjadepy: update jadepy version numberby Jon Griffiths · f2ae0d21 · Apr 19, 2026 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

jadepy: update jadepy version number

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

This commit only bumps a version string in a Python package from 1.0.39 to 1.0.40. There are no code behavior changes, no bug fixes, and no security-related content in the diff or commit message.

AI review queueddocker: update jade_builderby Jon Griffiths · 7587bf50 · Apr 19, 2026 · 3 filesMessage 35 · OpaqueInformational 15Details
Commit message · Jon Griffiths

docker: update jade_builder

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 simply updates three build configuration files to use a newer version (different SHA256 hash) of the same 'blockstream/jade_builder' Docker image. There is no code change, no vulnerability fix, and no security-relevant behavior change visible in the diff.

Lower-prioritycli: allow device=libjade to run cli commands with libjadeby Jon Griffiths · f1fb60f2 · Apr 19, 2026 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Jon Griffiths

cli: allow device=libjade to run cli commands with libjade

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

This commit adds a new command-line option that lets users run the Jade CLI with a local software simulator ('libjade') instead of a real hardware device connected over USB/serial. It is a feature addition, not a security fix or vulnerability.

Security candidateUpdate python/pinserver libwally to 1.5.3by Jon Griffiths · b2c45635 · Apr 19, 2026 · 2 filesMessage 45 · ThinLow 25Details
Commit message · Jon Griffiths

Update python/pinserver libwally to 1.5.3

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
authentication path
AI analysis · Low 25/100

This commit simply updates a dependency called wallycore (a cryptography library used by Blockstream Jade) from version 1.5.1 to 1.5.3 in the Python pinserver requirements. The diff only changes pinned package hashes; there is no code change or explanation of why the update was made. Without a vendor security advisory or changelog, we cannot tell whether this fixes a security issue or is just routine maintenance.

Lower-prioritywally: update wally to release 1.5.3by Jon Griffiths · 4563dc2f · Apr 19, 2026 · 1 fileMessage 45 · ThinInformational 10Details
Commit message · Jon Griffiths

wally: update wally to release 1.5.3

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

This commit updates a bundled software library (libwally-core) to a newer release, version 1.5.3. No actual code changes are shown, and no security-related information is provided in the commit message or title. It appears to be a routine dependency update.

Security candidaterpc: add show_bip85_bip39_entropy RPC commandby Daniel Newton · 3392661c · Apr 19, 2026 · 7 filesMessage 45 · ThinInformational 24Details
Commit message · Daniel Newton

rpc: add show_bip85_bip39_entropy RPC command

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
entropy or randomnesssecret or key materialseed or entropy path
AI analysis · Informational 24/100

This commit adds a new device command that lets a connected computer or phone ask a Blockstream Jade hardware wallet to display an encrypted BIP85 seed-entropy backup as a QR code. The change also tightens validation of the BIP32 index in several places, fixing a place where an out-of-range index was accepted. There is no direct evidence in the diff of a vulnerability being exploited, but the new QR-display path and the tightened validation are security-relevant.

Security candidatedocs: add show_bip85_bip39_entropy RPC documentationby Daniel Newton · 2e829638 · Apr 19, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Daniel Newton

docs: add show_bip85_bip39_entropy RPC documentation

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
entropy or randomnesssecret or key materialdocumentation-only discount
AI analysis · Informational 15/100

This commit only adds documentation for an existing RPC command called show_bip85_bip39_entropy. It does not change any code, so it cannot introduce or fix a security vulnerability by itself.

Lower-prioritydiy: add ESP32-S3-DevKitC-1 build with ST7789, OV2640 and 3 buttonsby Matthijs · 5e17cb6b · Apr 16, 2026 · 5 filesMessage 50 · ThinInformational 15Details
Commit message · Matthijs

diy: add ESP32-S3-DevKitC-1 build with ST7789, OV2640 and 3 buttons

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

This commit adds support for a new do-it-yourself hardware build of the Blockstream Jade wallet using an ESP32-S3 development board, a small LCD screen, and a camera module. It only adds configuration files, documentation, and a build job. There is no indication of a security fix or vulnerability.

Security candidatepsbt: always confirm green outputs when recovery signingby Jon Griffiths · a963f628 · Apr 16, 2026 · 1 fileMessage 50 · ThinModerate 57Details
Commit message · Jon Griffiths

psbt: always confirm green outputs when recovery signing

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 · Moderate 57/100

This commit changes the logic in Blockstream Jade's PSBT signing flow so that, when the hardware wallet is acting as a 'recovery' key for a Green 2-of-3 wallet, it always asks the user to confirm outputs that belong to Green, rather than silently trusting them. Previously, the code skipped confirmation if Jade detected it was the recovery key and the output matched a Green script. The change flips the condition: now, if Jade is the recovery key OR the script does not match Green's expected pattern, the output must be confirmed. This is a defensive fix to prevent a compromised companion app or host from sneaking an unverified output past the user during recovery signing.

Lower-prioritypython: upgrade cbor2 to 5.9.0by Jon Griffiths · b3a5ceff · Apr 14, 2026 · 1 fileMessage 45 · ThinLow 33Details
Commit message · Jon Griffiths

python: upgrade cbor2 to 5.9.0

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Low 33/100

This commit updates a Python helper-library dependency called cbor2 from version 5.7.1 to 5.9.0. The old version was pinned because of a known upstream bug (cbor2 issue #272). The change itself only swaps pinned hashes in a requirements file, so it is a routine maintenance patch rather than a direct code fix. It likely removes a known defect or security issue in the dependency, but the commit does not say the issue is exploitable in Jade itself.