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 to access the RPC endpoints.
— 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 rejects all privileged RPC requests before connection: eth_accounts returns an empty array with code 403, eth_decrypt and eth_getEncryptionPublicKey error with code -32603, and eth_signTypedData_v4, personal_sign, and eth_sendTransaction are rejected with code 4001, 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.
-
It requires users to unlock the wallet to process requests from dApp to all the RPC endpoints.
— 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.
— 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 rejected the `eth_sign` request, returning the error "Error: Not supported eth_sign!"
— 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 does not explicitly warn the user about the domain mismatch between the dApp origin and the SIWE domain. There is only a generic warning about signing.
— 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 way to list existing token approvals and revoke them. The user can access the "Approvals" section, view approval details, and revoke authorizations.
— 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, and revoking access prevents further RPC requests from the disconnected dApp.
— 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.
-
Chain was changed successfully with no confirmation prompt, without allowing the user to pre-approve networks within the connection dialog.
— Verified by Sebastian Camia at Coinspect
Evidence · 1 screenshot
Last updated on Sep 3, 2026Report an issue with this check -
Intent Verification
- Transaction simulation0.0 / 6.7Description
Previews the expected outcome by simulating the request execution on the blockchain before signing.
-
The wallet does not show expected inputs and outputs for the transaction before signing; it only displays the contract interaction and transaction fee, and in one case shows an estimation failure.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 screenshots
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 requests for USDC and WSRT, displaying each token symbol, the spender address (0xE592...), and the approved amount (Unlimited) in the confirmation dialog.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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.
-
The signing data is visible and scrollable for both personal_sign and eth_signTypedData. However, the verifyingContract is not present in the EIP712Domain.
— 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 renders raw JSON instead of structured, human-readable details for the EIP-712 signature request.
— 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 manual transactions with invalid EIP-55 checksums by showing an 'Invalid address' error. However, for dApp-initiated transactions with an invalid checksum, the wallet proceeds to the confirmation screen without any warning or blocking, allowing the transaction to be signed.
— 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 confirm button is enabled without scrolling to the end of the payload.
— 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.
-
Addresses and contract addresses are shown in transaction history and transaction confirmation screens, but they are not clickable links to a block explorer.
— 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.
-
Authentication is required before proceeding to display the seed phrase or private key.
— 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 screenshot shows a 'Lock' button in the wallet UI, fulfilling the requirement for a manual lock control.
— 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 settings are set to "Never" by default, which does not meet the acceptance criteria for auto-locking within 20 minutes of inactivity.
— 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 password accepted is '11111111'. It is an 8-character trivial password, so it fails the check.
— 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 displays a warning to the user before revealing the secrets, which includes the risks of losing or sharing the seed phrase/private key.
— Verified by Sebastian Camia at Coinspect
Evidence · 2 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 the recovery phrase to the clipboard and taking screenshots, satisfying 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 detection0.0 / 5.1Description
Prevents or alerts users about interactions with a known malicious address or a lookalike (poisoned) address.
-
The wallet did not surface any warnings, flags, or blocks when sending to the known malicious address (0x592340957eBC9e4Afb0E9Af221d06fDDFF789de9) or the lookalike poisoned address (0x8730aeb8FE951cfa6e17f82341ECD95C921FDa54), both via dApp and manual UI entry.
— 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 block or warn the user against 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.
-
The wallet does not feature a verified domain indicator for 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 displays no warning or indicator when sending to an unknown address, both when the address is provided by a dApp and when entered directly in the wallet UI.
— 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 origin URL 'https://flagship-web3-v1-336a757b5b637a684207a3.webflow.io' is displayed in full without any 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 filtering0.0 / 1.3Description
Hides malicious tokens and NFTs by default.
-
Spam NFTs are displayed 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 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 only mentions access to view the user's address. It does not include the ability to view balance and activity or 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.