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

common: use "foreign" in extra_tags to indicate a chain movement is injected.

Public commit record

What the developer wrote

Authored by Rusty Russell

73/100 · Adequate
common: use "foreign" in extra_tags to indicate a chain movement is injected.

This allows the bookkeeper plugin to know it's not actually a channel account.

Remove the "ignored" tag from the schema too: we removed it previously.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This change is a bookkeeping cleanup, not a security fix. It adds a new 'foreign' label to internal records that track on-chain money movements that don't belong to a Lightning channel account. It also removes an obsolete 'ignored' label from documentation and schemas. There is no indication this patch fixes an exploitable vulnerability.

Recommended action

No security action required; treat as routine maintenance. If auditing, verify that foreign deposits/withdrawals are still correctly excluded from channel balance calculations in the bookkeeper plugin.

Security signals we found

01

No memory-safety, cryptographic, or authorization changes

02

Tag addition is informational only

03

Bounds assertion added to mvt_tag_str() improves defensive coding

04

No CVE, advisory, or security disclosure referenced in commit

Risk score

Why this scored 17/100

Our methodology →
Potential impact 2/30
Exploitability 0/25
Stealth signal 1/15
Affected reach 2/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.