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

coldcard: support BIP388 policy signing

Public commit record

What the developer wrote

Authored by Sjors Provoost

68/100 · Adequate
coldcard: support BIP388 policy signing

Pass each registered policy name to Edge in a separate signing request.
Use a final unnamed request for inputs outside the registered policies.

Older Coldcards still infer a stored multisig policy from the PSBT.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit adds support for signing Bitcoin transactions with named wallet policies (BIP388) on newer Coldcard hardware wallets. It is a feature addition, not a fix for a known security flaw. The change removes an error that previously blocked this feature and sends each registered policy name to the device in separate signing requests. There is no indication in the commit that this addresses a security vulnerability.

Recommended action

No security action required. Treat as a normal feature/enhancement commit. Reviewers may optionally verify that the miniscript_name length assertion and ASCII encoding prevent malformed protocol messages, and that the multiple signing-pass logic does not produce partially signed PSBTs in an unexpected order.

Security signals we found

01

Feature addition for BIP388 policy signing

02

Removal of UnavailableActionError guard for registered_descriptors

03

New miniscript_name parameter length-bounded to 1-32 ASCII bytes

04

Multiple signing passes per policy plus fallback unnamed pass

05

No mention of vulnerability, CVE, bug, or security fix in commit message

Risk score

Why this scored 19/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 8/10
Evidence quality 4/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.