TRUSTED SCREEN
DISPLAYED
LEDGER CLEAR SIGNING BYPASS / PROOF WIZARD
Ask the trusted screen to review one action, capture what the device actually signs, and inspect the difference.
This page produces signatures that can authorize real transactions. Treat the page and its outputs as untrusted. Never use your everyday wallet or reuse its recovery phrase. Never enter a seed phrase into this page or any website.
01 / SELECT AN ATTACK PATH
Each profile reconstructs a byte-for-byte validated payload and uses the signing method expected by that protocol.
TRUSTED SCREEN
DISPLAYED
CRYPTOGRAPHIC AUTHORIZATION
SIGNED
02 / CAPTURE
Connect an affected test device and verify its signature against the complete payload.
Checking browser support before enabling WebHID.
CAPTURE RECORD
Protocol selection, SDK state, hashes, and signer recovery appear here.
03 / VERIFIED ARTIFACT
The signature has been recovered against the canonical complete payload, not merely the action shown by the device.
04 / REPRODUCE LOCALLY
The browser stops here. The commands below consume the exported artifact only through a pinned, disposable localhost fork.
anvil \ --fork-url "$MAINNET_RPC_URL" \ --fork-block-number 25808274 \ --chain-id 1 \ --host 127.0.0.1 \ --port 8545