Week 09 - Jul 13-19, 2026¶
Focus: Navigation audit correction and current-source verification
What I did¶
- Rechecked the three navigation areas identified during the Week 8 review against current source, focused tests, screenshots, documentation, and open PR overlap.
- Corrected the wallet-summary finding after confirming the actual transition from mnemonic creation.
- Replaced the old menu-length pass rule with checks for label meaning, prominence, context before commit, recovery, and input effort.
- Added clear evidence boundaries where the audit does not include user or hardware testing.
Correcting the wallet-handoff finding¶
The old N3 description was inaccurate. Krux does not return to Login after mnemonic creation or ask for the mnemonic again. Source and three focused tests show 12-word, 24-word, and double-mnemonic creation proceeding directly to the wallet summary.
The issue is the semantic handoff. The shared summary offers Load Wallet,
Passphrase, and Customize at the same level. The summary information is
useful and should remain. The unclear part is asking someone to Load Wallet
immediately after they have finished creating the mnemonic.
Other findings rechecked¶
The current Load Mnemonic flow first asks whether input comes through the
camera, manual entry, or storage. The backup format appears on the next menu.
The audit records that category translation without claiming another grouping
is more discoverable.
The numeric settings review also confirmed that units and accepted ranges are missing from the editor. The range appears only after an invalid submission.
What remains incomplete¶
The audit does not include user testing of alternative flows. It also does not claim simulator or hardware evidence for interface changes that do not exist. Those limits are now explicit in the public findings.
Next step¶
Publish the corrected findings as part of the audit record and capture any maintainer clarification without presenting untested interface changes as evidence.