Coin98 Chrome Security Report background image
Home - Coinspect Security
Coin98Coin98Chrome
Search
Coin98 logo

Coin98

Security Score

71.0

dApp Permissions

33.1 / 35
  • Pass User confirmation before processing requests
    8.7 / 8.7 Expand details
    Description

    Requires user confirmation before processing requests from dApps for specific RPC methods.

    • The wallet requires explicit user confirmation for each privileged RPC request (wallet_addEthereumChain, wallet_watchAsset, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData_v4, personal_sign, eth_sendTransaction); all were rejected when the user declined, demonstrating per-request confirmation.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass User consent for dApp access
    7.7 / 7.7 Expand details
    Description

    Requires user approval before granting dApp access to specific RPC methods.

    • The wallet rejects all privileged RPC methods (eth_accounts, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData_v4, personal_sign, eth_sendTransaction) with error code 4100 before connection approval, and eth_accounts returns no account data, preventing information leaks.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Wallet unlock before requests
    5.6 / 5.6 Expand details
    Description

    Requires users to unlock it before processing dApp requests when in a locked state.

    • The wallet requires the user to unlock it before processing every request.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Mismatching EIP-712 chainId detection
    3.5 / 3.5 Expand details
    Description

    Alerts users or rejects signing EIP-712 messages with a mismatched chain ID.

    • The wallet displays a warning indicating that the provided chainId '1444437' does not match the active chainId '137', which satisfies the acceptance criteria.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass eth_sign method disabled
    3.3 / 3.3 Expand details
    Description

    Restricts the use of the deprecated and insecure eth_sign method by default.

    • The wallet rejected `eth_sign` requests with an error message "Error: Method not supported."

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Mismatching SIWE domain detection
    0.0 / 1.9 Expand details
    Description

    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 the user about the domain mismatch between the dApp origin (deploy-preview-40--wallettest) and the domain specified in the SIWE message (opensea.io).

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Token approval management
    1.6 / 1.6 Expand details
    Description

    Allows users to view and revoke token approvals.

    • The wallet provides a link in its 'Services' menu that directs to Coin98 Terminals, which offers functionality to list and revoke token allowances.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Connected dApp management
    1.5 / 1.5 Expand details
    Description

    Allows users to list and revoke connected dApps.

    • The wallet lists connected dApps, and after disconnecting the testing dApp, RPC requests failed as expected, demonstrating that access was successfully revoked.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Pass User confirmation before switching chains
    1.2 / 1.2 Expand details
    Description

    Requires user confirmation before switching the active chain.

    • The wallet prompts for confirmation before switching to zkSync Era via WalletConnect, satisfying the requirement for user confirmation before chain switch.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Intent Verification

20.5 / 25
  • Pass Transaction simulation
    6.7 / 6.7 Expand details
    Description

    Previews the expected outcome by simulating the request execution on the blockchain before signing.

    • The wallet shows the expected inputs and outputs for both the liquidity provision and the swap before signing, displaying the token amounts (POL and UNI-V3-POS or USDC) and network fees on the transaction confirmation screen.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Clear token approval dialog
    6.7 / 6.7 Expand details
    Description

    Clearly displays all the key details for ERC-20 Approve requests.

    • The wallet clearly identifies approval requests and displays the token address, spender address, and approved amount (unlimited) for both custom ERC-20 and swap dApp approvals.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Clear message signing dialog
    3.8 / 3.8 Expand details
    Description

    Clearly displays all message signature request details without truncating or hiding information.

    • The wallet displays all signing data for personal_sign and EIP-712, including the verifyingContract (shown under '3rd Party's Details'), and the payloads are scrollable and not truncated.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Fail EIP-712 message parsing
    0.0 / 2.4 Expand details
    Description

    Displays human-readable details for EIP-712 signature requests from well-known protocols.

    • The wallet renders the EIP-712 signature request as raw JSON, not a structured, human-readable format as required.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Invalid address checksum detection
    2.2 / 2.2 Expand details
    Description

    Warns users when they input addresses with invalid EIP-55 checksums.

    • The wallet blocked transactions to invalid-checksum addresses both when entered manually and when provided by a dApp; the transactions did not proceed.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Fail Mandatory message review
    0.0 / 2.1 Expand details
    Description

    Requires users to review all the details before signing a message.

    • The confirm button is enabled even when the message is not fully scrolled, indicating that the sign button is accessible before scrolling to the end of the content.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Pass Links to blockchain explorers
    1.2 / 1.2 Expand details
    Description

    Provides clickable links to block explorers for at least one key blockchain identifier.

    • The wallet provides block explorer links for some identifiers but not all: in the transaction preview, only the 'From' address is linked; the 'To' address is not. In the transaction history, the transaction hash is linked, but the sender and recipient addresses are not.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots

Physical Access

14.9 / 20
  • Pass Seed phrase access control
    6.6 / 6.6 Expand details
    Description

    Requires authentication to access seed phrases or private keys.

    • Authentication is required before accessing sensitive information like seed phrases or private keys.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Manual wallet lock
    3.4 / 3.4 Expand details
    Description

    Allows users to lock it manually.

    • The wallet UI includes a manual lock button, as seen by the lock icon in the top right.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Automatic wallet lock
    0.0 / 3.4 Expand details
    Description

    Verifies wallet auto-locks on inactivity.

    • The wallet does not offer an auto-lock time setting and does not automatically lock after 20 minutes of inactivity.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Robust Authentication
    3.2 / 3.2 Expand details
    Description

    Uses strong authentication, such as resistance to trivial or commonly-used passwords.

    • The wallet enforces the use of a strong password with a minimum length of eight characters.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Seed phrase access warning
    1.8 / 1.8 Expand details
    Description

    Warns users of the risk before allowing access to seed phrases or private keys.

    • The wallet displays a warning message explaining the importance of keeping the seed phrase/private key secret before revealing it to the user.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Clipboard seed phrase leak prevention
    0.0 / 1.8 Expand details
    Description

    Limits exposure of secrets by restricting or warning on copying seed phrases or taking screenshots.

    • The wallet allows the seed phrase to be copied to the clipboard without any warning or automatic clearing, exposing the mnemonic to clipboard-based exfiltration.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Threat Prevention

2.5 / 20
  • Fail Malicious and poisoned address detection
    0.0 / 5.1 Expand details
    Description

    Prevents or alerts users about interactions with a known malicious address or a lookalike (poisoned) address.

    • The wallet did not warn, flag, or block the transaction for the known malicious address (0x592340957eBC9e4Afb0E9Af221d06fDDDF789de9) or the lookalike address (0x8730aeb8FE951cfa6e17f82341ECD95C921FDa54), whether entered manually or supplied via dApp.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Fail Phishing dApp detection
    0.0 / 5.1 Expand details
    Description

    Prevents or alerts users about interactions with a known malicious URL.

    • The wallet does not display a warning when attempting to connect to known phishing sites hyperliqdop.com, venofinance.net and token-2049.world, all of which are included in the MetaMask phishing list.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Fail Trusted dApp detection
    0.0 / 3.3 Expand details
    Description

    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
  • Fail Unknown address detection
    0.0 / 2.8 Expand details
    Description

    Warns users when interacting with an unknown address.

    • The wallet does not display any warning or indicator when sending to the unknown address 0x50Bb16e48eaA265C125858926A1187D045518c71, both via dApp and manual entry.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 screenshots
  • Pass Full dApp URL display
    1.5 / 1.5 Expand details
    Description

    Clearly displays the full dApp URL in the connection prompt.

    • The wallet truncates the dApp URL in the connection dialog, but expanding the view reveals the full URL.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Fail Malicious or spam token filtering
    0.0 / 1.3 Expand details
    Description

    Hides malicious tokens and NFTs by default.

    • Spam NFTs are displayed by default in the wallet.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass dApp access disclosure dialog
    1.0 / 1.0 Expand details
    Description

    Discloses the dApp's read access to the user's account and its ability to request signatures on connection.

    • The connection dialog clearly mentions 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

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.