Rabby Wallet Chrome Security Report background image
Home - Coinspect Security
Rabby WalletRabby WalletChrome
Search
Rabby Wallet logo

Rabby Wallet

Security Score

74.5

dApp Permissions

31.9 / 35
  • Pass User confirmation before processing requests
    8.7 / 8.7 Expand details
    Description

    Requires user confirmation before processing requests from dApps for specific RPC methods.

    • The wallet requires user confirmation in order to process requests from dApps to all RPC endpoints.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Pass User consent for dApp access
    7.7 / 7.7 Expand details
    Description

    Requires user approval before granting dApp access to specific RPC methods.

    • The test dApp rejects all requests that require authorization, including eth_accounts, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData* family, personal_sign, and eth_sendTransaction without an active connection to the wallet.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Wallet unlock before requests
    5.6 / 5.6 Expand details
    Description

    Requires users to unlock it before processing dApp requests when in a locked state.

    • When the wallet is locked, its connection to the dApp is removed, and all RPC endpoint requests fail when sent.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Mismatching EIP-712 chainId detection
    3.5 / 3.5 Expand details
    Description

    Alerts users or rejects signing EIP-712 messages with a mismatched chain ID.

    • The wallet displays an error message indicating that the chainId in the EIP-712 object should be the same as the current chainId.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass eth_sign method disabled
    3.3 / 3.3 Expand details
    Description

    Restricts the use of the deprecated and insecure eth_sign method by default.

    • The wallet rejects `eth_sign` requests and displays a warning message, as expected.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Mismatching SIWE domain detection
    0.0 / 1.9 Expand details
    Description

    Warns users when the domain in a Sign-In with Ethereum (EIP-4361) message does not match the requesting dApp's origin.

    • The wallet did not warn about the domain mismatch between the dApp (deploy-preview-40--wallettesti...) and the SIWE message (https://opensea.io). The signing proceeded without any warning.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Token approval management
    1.6 / 1.6 Expand details
    Description

    Allows users to view and revoke token approvals.

    • The wallet lists existing token approvals and provides the ability to revoke them.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Connected dApp management
    1.5 / 1.5 Expand details
    Description

    Allows users to list and revoke connected dApps.

    • The wallet lists the connected dApps, and revoking access prevents further RPC requests from the disconnected dApp.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Fail User confirmation before switching chains
    0.0 / 1.2 Expand details
    Description

    Requires user confirmation before switching the active chain.

    • The wallet automatically switches the chain without a confirmation prompt.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots

Intent Verification

20.7 / 25
  • Pass Transaction simulation
    6.7 / 6.7 Expand details
    Description

    Previews the expected outcome by simulating the request execution on the blockchain before signing.

    • The wallet shows the expected inputs (0.0001 USDC, 0.0010 POL) and outputs from the add liquidity transaction before signing.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Clear token approval dialog
    6.7 / 6.7 Expand details
    Description

    Clearly displays all the key details for ERC-20 Approve requests.

    • The wallet displays the token being approved (USDC), the spender (Uniswap Permit2) and the approved amount (115,792,089,237,316).

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Clear message signing dialog
    3.8 / 3.8 Expand details
    Description

    Clearly displays all message signature request details without truncating or hiding information.

    • The content is visible and scrollable for both eth_signTypedData and personal_sign.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Pass EIP-712 message parsing
    2.4 / 2.4 Expand details
    Description

    Displays human-readable details for EIP-712 signature requests from well-known protocols.

    • The wallet renders structured, human-readable signing details and also a raw JSON.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Invalid address checksum detection
    0.0 / 2.2 Expand details
    Description

    Warns users when they input addresses with invalid EIP-55 checksums.

    • The wallet proceeds with transactions to an address with an incorrect EIP-55 checksum, both manually and from a dApp, without displaying any warning or blocking the transaction.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Fail Mandatory message review
    0.0 / 2.1 Expand details
    Description

    Requires users to review all the details before signing a message.

    • The sign button is enabled before the end of the message is reached.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Links to blockchain explorers
    1.2 / 1.2 Expand details
    Description

    Provides clickable links to block explorers for at least one key blockchain identifier.

    • Addresses are clickable links within the wallets' transaction history and also the address is a clickable link when sending a transaction via dApp.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots

Physical Access

11.7 / 20
  • Pass Seed phrase access control
    6.6 / 6.6 Expand details
    Description

    Requires authentication to access seed phrases or private keys.

    • Password authentication is required before displaying the seed phrase.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Manual wallet lock
    3.4 / 3.4 Expand details
    Description

    Allows users to lock it manually.

    • The wallet includes a manual lock control, as evidenced by the "Lock Wallet" option in the settings menu.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Automatic wallet lock
    0.0 / 3.4 Expand details
    Description

    Verifies wallet auto-locks on inactivity.

    • The wallet has an auto-lock setting, but it is set to 'Never' by default.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Robust Authentication
    0.0 / 3.2 Expand details
    Description

    Uses strong authentication, such as resistance to trivial or commonly-used passwords.

    • The wallet accepted '11111111' as a password while the acceptance criteria states that it should not allow trivial passwords.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Seed phrase access warning
    1.8 / 1.8 Expand details
    Description

    Warns users of the risk before allowing access to seed phrases or private keys.

    • The warning shown on the seed phrase screen indicates the risks of revealing the seed phrase to others, and is shown before the seed phrase itself.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Clipboard seed phrase leak prevention
    0.0 / 1.8 Expand details
    Description

    Limits exposure of secrets by restricting or warning on copying seed phrases or taking screenshots.

    • The wallet does not provide a warning about the risks of copying mnemonics to the clipboard or limits their exposure.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Threat Prevention

10.1 / 20
  • Partial Malicious and poisoned address detection
    2.5 / 5.1 Expand details
    Description

    Prevents or alerts users about interactions with a known malicious address or a lookalike (poisoned) address.

    • The wallet successfully flagged the lookalike address in both dApp and direct UI transaction attempts. However, it failed to provide any warnings for the known malicious address when tested via dApp and direct UI.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 5 screenshots
  • Fail Phishing dApp detection
    0.0 / 5.1 Expand details
    Description

    Prevents or alerts users about interactions with a known malicious URL.

    • The wallet warns about the hyperliqdop.com site being unlisted and having low popularity, but the first site 'flagship-web3-v1-336a757b5b637a684207a3.webflow.io' which is present on the MetaMask phishing list (as flagship-web3.webflow.io) does not trigger a warning.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Pass Trusted dApp detection
    3.3 / 3.3 Expand details
    Description

    Informs users when interacting with a trusted dApp URL.

    • The wallet visibly distinguishes verified dApps from unknown ones: Uniswap shows a 'Verified by Rabby' badge and a 'Safe' risk detail, while the unknown dApp (deploy-preview-50--wallettesting.netlify.app) shows warnings and no verification badge.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 5 screenshots
  • Pass Unknown address detection
    2.8 / 2.8 Expand details
    Description

    Warns users when interacting with an unknown address.

    • The wallet shows a warning when sending to an address that has not been transacted with before.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Full dApp URL display
    1.5 / 1.5 Expand details
    Description

    Clearly displays the full dApp URL in the connection prompt.

    • The full dApp origin URL is shown in the connection dialog without truncation.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Malicious or spam token filtering
    0.0 / 1.3 Expand details
    Description

    Hides malicious tokens and NFTs by default.

    • Spam NFTs and tokens are being displayed within the NFTs section.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail dApp access disclosure dialog
    0.0 / 1.0 Expand details
    Description

    Discloses the dApp's read access to the user's account and its ability to request signatures on connection.

    • The connection dialog does not clearly mention the ability to view the user's balance and activity, as well as to request transaction approvals.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

This ranking is for informational purposes only. It should not be relied on to provide legal, tax, financial, investment, or other types of advice. Coinspect does not guarantee or warrant the accuracy, completeness, timeliness, suitability, or validity of the information provided and will not be responsible for any claim attributable to reliance on errors, omissions, or other inaccuracies of any part of such information.