AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 28 Bitcoin

pset: display liquid outputs for user confirmation

Public commit record

What the developer wrote

Authored by Jamie C. Driver

65/100 · Adequate
pset: display liquid outputs for user confirmation

Note this assumes simple payment for now - TODO: look for more complex txs
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit adds user confirmation screens for Liquid (Elements) transactions in the Blockstream Jade hardware wallet. Previously, Liquid PSBT signing likely did not show the user the outputs and fee before signing, or used Bitcoin-only confirmation logic that did not properly handle Liquid assets. The change makes the device ask the user to confirm what is being spent and what fee is being paid before producing a signature. This is a security-hardening improvement rather than an obvious vulnerability fix, but the absence of such confirmation could have allowed malicious software to trick a user into signing an unwanted Liquid transaction.

Recommended action

Review the new show_elements_* UI activities to ensure they correctly parse and display all Liquid output fields (asset IDs, amounts, confidential vs explicit outputs). Verify that the disabled swap/partial paths cannot be reached or exploited, and consider completing the TODO/FIXME items before enabling full Liquid transaction support.

Security signals we found

01

Adds user-facing confirmation of transaction outputs before signing

02

Adds user-facing confirmation of transaction fee before signing

03

Separates Liquid/Elements confirmation path from Bitcoin path

04

Disables unsupported swap/partial transaction signing paths

05

Strengthens assertion that explicit fees are only valid on Liquid

Risk score

Why this scored 28/100

Our methodology →
Potential impact 5/30
Exploitability 5/25
Stealth signal 5/15
Affected reach 5/15
Confidence 5/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.