dApp Permissions
- User confirmation before processing requests8.7 / 8.7Description
Requires user confirmation before processing requests from dApps for specific RPC methods.
-
The wallet auto-approved `wallet_watchAsset` without requiring confirmation, although the custom token was not added to the asset list. Other sensitive requests required user confirmation and were rejected.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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 wallet blocked all privileged RPC methods before connection: eth_accounts returned an empty array, and the remaining methods returned authorization errors (4100/-32600), with no information leaked.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 processed the `wallet_watchAsset` request and returned `true` while locked, without requiring the wallet to be unlocked, although the custom ERC-20 token was not added to the asset list.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 rejects signing requests when the chainId supplied in the typed data does not match the active 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 `eth_sign` request resulted in a "Method not found" error, meaning the wallet rejects `eth_sign` requests, which satisfies the acceptance criteria.
— 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 the user about the domain mismatch and signed 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 management0.0 / 1.6Description
Allows users to view and revoke token approvals.
-
The wallet does not offer token allowance revocation within the app, nor does it provide a third-party external link for this purpose.
— 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 lists connected dApps. After disconnecting netlify.app, RPC requests from it failed, indicating that access was successfully revoked.
— 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 chain was changed to Polygon (0x89) without a confirmation prompt.
— 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 from the execution of swap transactions before signing.
— 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 identifies the request as an approval and shows the token symbol and spender address, but does not display the approved amount, which is required for a clear approval dialog.
— 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.
-
The signing data is visible, scrollable, and not truncated, including the verifyingContract for EIP-712.
— 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 the signature request as raw JSON rather than structured, human-readable detail.
— 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 correctly blocks manually entered addresses with invalid EIP-55 checksums, showing 'Invalid POL address.' However, when the same address is provided via a dApp, the wallet does not show a checksum warning or block the transaction for checksum reasons.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 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 accessible even though the user has not scrolled to the end of the message.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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.
-
Addresses and transaction IDs are displayed as links in transaction history, but the transaction screen does not show any clickable links.
— 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.
-
Secret recovery phrase screen requires a password before viewing the secret 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 "Lock Wallet" button at the bottom of the Security settings screen.
— 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 auto-lock setting is present and set to 60 minutes by default, thus, the wallet does not auto-lock within 20 minutes as required.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
Last updated on Sep 3, 2026Report an issue with this check -
- Robust Authentication3.2 / 3.2Description
Uses strong authentication, such as resistance to trivial or commonly-used passwords.
-
The wallet enforces at least an eight characters long password, and it does 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 seed phrase reveal screen clearly communicates the risks of sharing the secret phrase and displays a warning to the user 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 warning message in the screenshot indicates that the wallet warns the user about the risks of saving the seed phrase in a screenshot and prevents user from copying them to the clipboard.
— 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 warns for the known malicious address when supplied via dApp, but does not warn for the poisoned lookalike address in either the dApp or manual entry; manual entries only show generic notices (e.g., fee > send amount) that are not address-specific.
— 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 attempting to connect to known phishing sites.
— Verified by Sebastian Camia at Coinspect
Evidence · 3 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.
-
Verified and unverified dApps are indistinguishable in the connection request screens. All connection requests display an app icon, name, URL, and list of permissions, with no indication of trust or verification status.
— 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 fails to warn about the unknown address when sending via dApp; a notice appears in the direct send flow, but it is not explicitly identified as an unknown-address warning.
— 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 dApp origin URL is displayed in full without truncation in the connection dialog for both safe and unsafe connections.
— 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 successfully filters spam tokens, but displays spam NFTs by default; the EVMHUB VOUCHER NFT (contract 0x77A81983...6fD6433BbB) appears in the default gallery despite a banner indicating spam NFTs are hidden.
— Verified by Sebastian Camia at Coinspect
Evidence · 4 screenshots


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 the ability to view the user's balance and activity, as well as 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.