Add Wallet2QR Connect (@norionsoft/w2qr-snap)#1505
Open
alexvirtech wants to merge 3 commits into
Open
Conversation
Honey-encrypted QR backup as a virtual hardware wallet for MetaMask. Uses Argon2id KDF and time-limited signing sessions. - Category: account management - Website: https://w2qr.com - Source: https://github.com/alexvirtech/w2qr-mm
Three screenshots showing the connect page, account registration in MetaMask, and wallet with balance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@norionsoft/w2qr-snap) to the Snaps registryWhat it does
Wallet2QR Connect turns a honey-encrypted QR seed backup into an external signer for MetaMask — like a Ledger or Trezor, but the QR code replaces the USB device.
Permissions used
snap_manageState— persist imported accountssnap_manageAccounts— register/remove accounts with MetaMask keyringsnap_dialog— alert user when signing session is lockedendowment:rpc— handle dapp RPC callsendowment:keyring— act as external keyring signerChecklist
Note
Medium Risk
Listing an account/keyring snap that handles signing sessions increases user exposure to third-party wallet software; the change is metadata-only but the snap category is security-sensitive and the PR notes a pending security audit.
Overview
Registers Wallet2QR Connect (
npm:@norionsoft/w2qr-snap) insrc/registry.jsonas an account management snap at version 1.0.0, with listing metadata (author, site, summary/description, support, source, privacy/terms) and three screenshot paths under./images/@norionsoft/w2qr-snap/.The entry describes an external keyring-style signer that unlocks a honey-encrypted QR backup for time-limited signing without importing the mnemonic into MetaMask; no other registry files or snap implementation code are changed in this diff.
Reviewed by Cursor Bugbot for commit 6c5f8f1. Bugbot is set up for automated code reviews on this repo. Configure here.