OneKey Chrome Security Report background image
Home - Coinspect Security
OneKeyOneKeyChrome
Search
OneKey logo

OneKey

Security Score

81.8

dApp Permissions

28.6 / 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 a user confirmation to access the RPC endpoints.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • 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 correctly rejects all unauthorized requests (eth_accounts, eth_decrypt, eth_getEncryptionPublicKey, eth_signTypedData_v4, personal_sign, eth_sendTransaction) with error code 4100 when not connected, and no data is leaked (eth_accounts returns empty).

      — 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 users to unlock the wallet to process requests from dApps.

      — 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 rejected the EIP-712 signing request with an error that the provided chainId (1223123) must match the active chainId (137).

      — 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 does not reject eth_sign requests, it processes them successfully.

      — 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 SIWE message was signed despite the mismatch between the dApp origin and the domain specified in the SIWE object. There was no warning or blocking as required.

      — 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 UI lists existing token approvals, and it allows the user to 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 displays a list of connected dApps, and after disconnecting the testing dApp, subsequent RPC requests from it are rejected.

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

    Requires user confirmation before switching the active chain.

    • The chain was switched successfully without prompting for confirmation, which does not meet the acceptance criteria.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Intent Verification

22.3 / 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 before signing for both the liquidity provision and the swap, including the amounts of POL and USDC.e and the Uniswap V3 Positions NFT.

      — 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 the approval and shows the token symbol (USDC, WSRT), spender address (0x6592...), and approved amount (Unlimited) for both requests.

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

    • Large payloads are visible and scrollable for both personal_sign and eth_signTypedData. The EIP712Domain is also displayed, including the verifyingContract.

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

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

    • The wallet renders structured, human-readable signing details for the Opensea listing, showing the token being paid and the amount of WETH being received.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • 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 blocks the transaction or displays a checksum warning before the transaction proceeds both manually and from a dApp.

      — 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 confirm button is enabled before 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 transaction history view shows a link to the block explorer for the transaction hash. The transaction detail view does not display any links.

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

    • The application requires authentication (passcode) before displaying the seed phrase or private key.

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

    Allows users to lock it manually.

    • The wallet includes a 'Lock now' button in the General section of the UI, satisfying the requirement for a manual lock control.

      — 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 auto-lock default is set to "never". Therefore, the wallet will not auto-lock on inactivity.

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

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

    • The 'Set passcode' button is enabled despite using '11111111' as the new password, indicating that trivial passwords are not being rejected, and the system is not enforcing strong password creation.

      — 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 to the user about the risks of sharing the recovery phrase or private key before revealing it.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 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 prevents copying the seed phrase, satisfying the acceptance criteria.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Threat Prevention

17.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 warned about the lookalike address (0x8730aeb8FE951cfa6e17f82341ECD95C921fDa54) when entered manually, but did not warn for the known malicious address (0x592340957ebc9e4afb0e9af221d06fdddf789de9) in either manual or dApp entry, and did not warn for the lookalike address when supplied via dApp.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 5 screenshots
  • Pass Phishing dApp detection
    5.1 / 5.1 Expand details
    Description

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

    • The wallet warns the user when visiting or connecting to known phishing sites.

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

    Informs users when interacting with a trusted dApp URL.

    • Verified dApps are clearly distinguished from unknown ones by the presence of a "Verified Site" indicator and logos of listing services, while unverified dApps do not have these indicators.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 5 screenshots
  • Pass Unknown address detection
    2.8 / 2.8 Expand details
    Description

    Warns users when interacting with an unknown address.

    • The wallet shows an 'Initial transfer' indicator when sending to the fresh address 0x9eb91fbc0291180088a7ff279FA7d35d26a42516, both when the address is provided by a dApp and when entered manually.

      — 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 full dApp origin URL, "flagship-web3-v1-336a757b5b637a684207a3.webflow.io", is shown without truncation in the connection dialog.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Pass Malicious or spam token filtering
    1.3 / 1.3 Expand details
    Description

    Hides malicious tokens and NFTs by default.

    • Spam tokens are hidden under the 'Collapsed risk assets' label and spam NFTs are hidden by default.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • 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 states that the dApp will be able to 'View your balance and activity' and 'Send approval requests', which meets the acceptance criteria.

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