dApp Permissions
- User confirmation before processing requests8.7 / 8.7Description
Requires user confirmation before processing requests from dApps for specific RPC methods.
-
All RPC endpoints prompted for user confirmation.
— 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 connection bypass requests before connecting, returning an empty account list for eth_accounts and errors for the remaining methods, with no 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 required unlocking for all 7 RPC requests (wallet_addEthereumChain, wallet_watchAsset, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData_v4, personal_sign, eth_sendTransaction); none were processed and no data was returned while locked.
— 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 did not reject the signing request or display a warning about the chainId mismatch. The transaction was signed successfully despite 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 disabled3.3 / 3.3Description
Restricts the use of the deprecated and insecure eth_sign method by default.
-
The wallet rejects the `eth_sign` request, displaying a "risky transaction" warning and an error message indicating that the user denied the request.
— 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 does not warn about the domain mismatch between the dApp (deploy-preview-40--...) and the SIWE object (opensea.io), and allows signing of the SIWE message.
— 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 built-in feature to list existing token approvals and revoke them.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 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 rejected all connection bypass requests before connecting, returning an empty account list for eth_accounts and errors for the remaining methods, with no information leaked.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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 chain was changed to Polygon Mainnet (0x89) after executing the switchEthereumChain method, without any prompt for confirmation.
— 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 shows the expected inputs and outputs (-0.000996 POL and -0.000138 USDC) from the contract interaction on Uniswap 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 clearly identifies the approval request, showing the token symbol (USDC.e and WSRT), the spender address (0xe592427a0aece92de3ede1f18e0157c05861564), and the unlimited approval amount.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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.
-
Both `personal_sign` and `eth_signTypedData` (EIP-712) requests show full content and are scrollable. The EIP-712 data includes the `verifyingContract` field.
— Verified by Sebastian Camia at Coinspect
Evidence · 5 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 signature request displays raw EIP-712 data instead of rendering structured, human-readable details as required.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 allowed transactions to proceed to the confirmation screen without any checksum warning for both manually entered and dApp-provided addresses.
— 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 'Confirm' button is enabled without scrolling to the end of the content, failing the acceptance criteria.
— Verified by Sebastian Camia at Coinspect
Evidence · 5 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 transaction hash is linked in history, but addresses are not linked when sending a transaction.
— 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 is required before displaying mnemonics and private keys.
— 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 UI includes a 'Lock wallet' control in the 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 default auto-lock is set to 2 hours, which is outside the acceptable timeframe 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.
-
It is possible to set 11111111 as password. This violates the acceptance criteria, as it allows trivial passwords.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 displays a warning to the user explaining the risks of exposing their seed phrase and private keys before revealing the secrets.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
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 does not allow copying the seed phrase to clipboard, satisfying the acceptance criteria.
— 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 identifies and warns against transactions to known malicious addresses (Compliance Risk), both when initiated by a dApp and when entered manually. However, the wallet does not surface any warning or flag when attempting to send a transaction to a lookalike address.
— Verified by Sebastian Camia at Coinspect
Evidence · 5 screenshots



Last updated on Sep 3, 2026Report an issue with this check -
- Phishing dApp detection5.1 / 5.1Description
Prevents or alerts users about interactions with a known malicious URL.
-
The wallet warns the user when visiting a known phishing site.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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 visibly distinguish verified dApps from unknown ones; the connection screens for Uniswap, 1inch, Sushi, and an unknown dApp are identical with no trust badge or checkmark.
— 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 shows a 'Not in address book' indicator for manual entry, but no warning or indicator when the same unknown address is provided by a dApp, failing the requirement to warn in both cases.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 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 dApp origin URL is fully displayed without truncation in the connection dialog.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
Last updated on Sep 3, 2026Report an issue with this check -
- Malicious or spam token filtering1.3 / 1.3Description
Hides malicious tokens and NFTs by default.
-
Spam tokens and NFTs are hidden by default as the wallet does not display them initially.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 box only states, "Allow this DApp to connect with your wallet." It does not specify the access the DApp is being granted, specifically, 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.