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

feat(common): introduce `Failure_InProgress` code

Public commit record

What the developer wrote

Authored by Roman Zeyde

72/100 · Adequate
feat(common): introduce `Failure_InProgress` code

It will be used to indicate that an non-interruptible workflow is
currently running on the device.

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit adds a new error code called Failure_InProgress to the Trezor firmware's communication protocol. It does not change any security logic; it simply gives the device a standardized way to tell a connected computer that a non-interruptible task is currently running. The actual behavior of blocking or allowing interruptions is not part of this change.

Recommended action

No security action required. Treat as a normal feature commit. Review the follow-up commits that actually emit Failure_InProgress to ensure non-interruptible workflows are enforced safely.

Security signals we found

01

No security-sensitive logic changed

02

New enum value only; no new handlers or state-machine changes

03

No buffer, memory, or cryptographic changes

04

No privilege boundary crossed

Risk score

Why this scored 19/100

Our methodology →
Potential impact 0/30
Exploitability 0/25
Stealth signal 0/15
Affected reach 5/15
Confidence 9/10
Evidence quality 5/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.