dApp Permissions
- User confirmation before processing requests8.7 / 8.7Description
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

Last updated on Sep 3, 2026Report an issue with this check -
- User consent for dApp access7.7 / 7.7Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Wallet unlock before requests5.6 / 5.6Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Mismatching EIP-712 chainId detection3.5 / 3.5Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- eth_sign method disabled3.3 / 3.3Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Mismatching SIWE domain detection0.0 / 1.9Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Token approval management1.6 / 1.6Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Connected dApp management1.5 / 1.5Description
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

Last updated on Sep 3, 2026Report an issue with this check -
- User confirmation before switching chains0.0 / 1.2Description
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

Last updated on Sep 3, 2026Report an issue with this check -
Intent Verification
- Transaction simulation6.7 / 6.7Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Clear token approval dialog6.7 / 6.7Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Clear message signing dialog3.8 / 3.8Description
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


Last updated on Sep 3, 2026Report an issue with this check -
- EIP-712 message parsing2.4 / 2.4Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Invalid address checksum detection0.0 / 2.2Description
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


Last updated on Sep 3, 2026Report an issue with this check -
- Mandatory message review0.0 / 2.1Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Links to blockchain explorers1.2 / 1.2Description
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


Last updated on Sep 3, 2026Report an issue with this check -
Physical Access
- Seed phrase access control6.6 / 6.6Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Manual wallet lock3.4 / 3.4Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Automatic wallet lock0.0 / 3.4Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Robust Authentication0.0 / 3.2Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Seed phrase access warning1.8 / 1.8Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Clipboard seed phrase leak prevention0.0 / 1.8Description
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
Last updated on Sep 3, 2026Report an issue with this check -
Threat Prevention
- Malicious and poisoned address detection2.5 / 5.1Description
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



Last updated on Sep 3, 2026Report an issue with this check -
- Phishing dApp detection0.0 / 5.1Description
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


Last updated on Sep 3, 2026Report an issue with this check -
- Trusted dApp detection3.3 / 3.3Description
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



Last updated on Sep 3, 2026Report an issue with this check -
- Unknown address detection2.8 / 2.8Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Full dApp URL display1.5 / 1.5Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- Malicious or spam token filtering0.0 / 1.3Description
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
Last updated on Sep 3, 2026Report an issue with this check -
- dApp access disclosure dialog0.0 / 1.0Description
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
Last updated on Sep 3, 2026Report an issue with this check -
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.