Bitget Chrome Security Report background image
Home - Coinspect Security
BitgetBitgetChrome
Search
Bitget logo

Bitget

Security Score

52.8

dApp Permissions

26.3 / 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 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
  • 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 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
  • 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 each request; all tested RPC methods were rejected while locked and no data was returned.

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

    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
  • Fail eth_sign method disabled
    0.0 / 3.3 Expand details
    Description

    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
  • 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 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
  • Pass Token approval management
    1.6 / 1.6 Expand details
    Description

    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
  • Pass Connected dApp management
    1.5 / 1.5 Expand details
    Description

    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
  • Pass User confirmation before switching chains
    1.2 / 1.2 Expand details
    Description

    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

Intent Verification

9.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 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
  • Fail Clear token approval dialog
    0.0 / 6.7 Expand details
    Description

    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
  • Fail Clear message signing dialog
    0.0 / 3.8 Expand details
    Description

    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
  • 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 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
  • 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 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
  • Fail Mandatory message review
    0.0 / 2.1 Expand details
    Description

    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
  • Partial Links to blockchain explorers
    0.6 / 1.2 Expand details
    Description

    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

Physical Access

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

    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
  • Pass Manual wallet lock
    3.4 / 3.4 Expand details
    Description

    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
  • Fail Automatic wallet lock
    0.0 / 3.4 Expand details
    Description

    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
  • Fail Robust Authentication
    0.0 / 3.2 Expand details
    Description

    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
  • 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 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
  • Pass Clipboard seed phrase leak prevention
    1.8 / 1.8 Expand details
    Description

    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

Threat Prevention

3.5 / 20
  • Partial Malicious and poisoned address detection
    2.5 / 5.1 Expand details
    Description

    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
  • 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 for any of the listed phishing sites.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 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 highlight 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 0x9eb91Fbc0291180088a7ff279FA7d35d26a42516, neither during the dApp-initiated confirmation nor during manual entry in the wallet UI.

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

    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
  • Fail Malicious or spam token filtering
    0.0 / 1.3 Expand details
    Description

    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
  • 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 mentions 'Querying of your information on the Ethereum network' and 'Requesting transaction authorization'.

      — 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.