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 explicit user confirmation before executing each dApp request; all tested methods (wallet_addEthereumChain, wallet_watchAsset, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData_v4, personal_sign, eth_sendTransaction) were rejected when the user declined the prompts.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
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 wallet rejected all privileged RPC requests made before the user connects, including eth_accounts (empty), eth_decrypt and eth_getEncryptionPublicKey (errors), and eth_signTypedData_v4, personal_sign, and eth_sendTransaction (rejected), with no account information leaked.
— 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.
-
The wallet requires the user to unlock it before processing each request; all tested RPC methods were rejected while locked and no data was returned.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
Last updated on Sep 3, 2026Report an issue with this check -
- Mismatching EIP-712 chainId detection0.0 / 3.5Description
Alerts users or rejects signing EIP-712 messages with a mismatched chain ID.
-
The wallet does not warn or reject the signing request when the chainId in the EIP-712 object differs from the wallet's active network. The signature confirmation is displayed without any warning about the chainId mismatch.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
Last updated on Sep 3, 2026Report an issue with this check -
- eth_sign method disabled0.0 / 3.3Description
Restricts the use of the deprecated and insecure eth_sign method by default.
-
The wallet processed the eth_sign request and returned a success, contrary to acceptance criteria that requires rejection or redirection to personal_sign.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 displays the SIWE request from https://opensea.io, but the request source is a netlify app. There is no warning or blocking of the signing request.
— 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 provides a tool called 'Approval Checker' that allows users to list existing token approvals and revoke them.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 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 connected dApps, the user disconnects one, and the dApp can no longer send RPC requests, therefore the check is passed.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 screenshots

Last updated on Sep 3, 2026Report an issue with this check -
- User confirmation before switching chains1.2 / 1.2Description
Requires user confirmation before switching the active chain.
-
The wallet prompts the user to confirm before switching from the Ethereum network to the Polygon network.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
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 displays the expected asset changes for both liquidity provision and swap before signing, including the output token amounts (e.g., +0.001209 USDC for the swap).
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
Last updated on Sep 3, 2026Report an issue with this check -
- Clear token approval dialog0.0 / 6.7Description
Clearly displays all the key details for ERC-20 Approve requests.
-
The wallet's approval dialog displays the token symbol and approved amount (unlimited), but does not include the spender address, failing to clearly show all required details.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 screenshots

Last updated on Sep 3, 2026Report an issue with this check -
- Clear message signing dialog0.0 / 3.8Description
Clearly displays all message signature request details without truncating or hiding information.
-
Signing data is visible and scrollable for both structured data and large text payloads, but the verifying contract is not included within the EIP-712 object.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 screenshots


Last updated on Sep 3, 2026Report an issue with this check -
- EIP-712 message parsing0.0 / 2.4Description
Displays human-readable details for EIP-712 signature requests from well-known protocols.
-
The wallet is rendering raw JSON for the EIP-712 signature request, instead of structured, human-readable details.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
Last updated on Sep 3, 2026Report an issue with this check -
- Invalid address checksum detection2.2 / 2.2Description
Warns users when they input addresses with invalid EIP-55 checksums.
-
The wallet displays an "invalid address" error message when attempting to send a transaction to an address with an incorrect EIP-55 checksum.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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 'Agree' button is enabled without scrolling through the entire message, failing the acceptance criteria.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 screenshots


Last updated on Sep 3, 2026Report an issue with this check -
- Links to blockchain explorers0.6 / 1.2Description
Provides clickable links to block explorers for at least one key blockchain identifier.
-
The wallet does not provide clickable block explorer links for addresses, contract addresses, or transaction hashes in the transaction preview. However, it provides a link to the blockchain explorer in the transaction history.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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.
-
A password prompt before displaying the seed phrase, which fulfills the acceptance criteria.
— 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, labelled 'Lock wallet'.
— 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 autolock setting, but it is configured to 30 minutes which is outside of the acceptance criteria of 20 minutes.
— 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 accepts the trivial password '11111111', and flags it as a weak password. The application should reject 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 wallet clearly communicates the risks of sharing the seed phrase and displays warnings to the user before revealing the secrets.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 screenshots

Last updated on Sep 3, 2026Report an issue with this check -
- Clipboard seed phrase leak prevention1.8 / 1.8Description
Limits exposure of secrets by restricting or warning on copying seed phrases or taking screenshots.
-
The wallet warns about the risks of copying or taking screenshots of the seed phrase. This satisfies the acceptance criteria.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 blocks the known malicious address (0x592340957eBC9e4Afb0E9Af221d06fDDDF789de9) on manual entry and via dApp, and warns for the lookalike address (0x8730aeb8FE951cfa6e17f82341ECD95C921FDa54) on manual entry, but does not warn for the lookalike address when supplied by a dApp.
— Verified by Sebastian Camia at Coinspect
Evidence · 6 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 does not display a warning for any of the listed phishing sites.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 screenshots


Last updated on Sep 3, 2026Report an issue with this check -
- Trusted dApp detection0.0 / 3.3Description
Informs users when interacting with a trusted dApp URL.
-
The wallet does not highlight well-known dApps.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 screenshots


Last updated on Sep 3, 2026Report an issue with this check -
- Unknown address detection0.0 / 2.8Description
Warns users when interacting with an unknown address.
-
The wallet does not display any warning or indicator when sending to the unknown address 0x9eb91Fbc0291180088a7ff279FA7d35d26a42516, neither during the dApp-initiated confirmation nor during manual entry in the wallet UI.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 screenshots

Last updated on Sep 3, 2026Report an issue with this check -
- Full dApp URL display0.0 / 1.5Description
Clearly displays the full dApp URL in the connection prompt.
-
The wallet truncates the dApp origin URL in the connection dialog, and the full URL cannot be revealed, failing the requirement.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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.
-
The wallet is displaying multiple spam tokens by default.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
Last updated on Sep 3, 2026Report an issue with this check -
- dApp access disclosure dialog1.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 mentions 'Querying of your information on the Ethereum network' and 'Requesting transaction authorization'.
— 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.