OKX Ios Security Report background image
Home - Coinspect Security
OKXOKXiOS
Search
OKX logo
Security Score

71.6

dApp Permissions

33.2 / 35
  • Pass Confirmation for requests from WalletConnect
    9.0 / 9.0 Expand details
    Description

    Requires user confirmation for requests from WalletConnect before granting dApp access to specific RPC methods.

    • Implements Wallet Connect and requires user confirmation before processing each DApp request.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass User confirmation for requests from embedded browser
    7.9 / 7.9 Expand details
    Description

    Requires user confirmation before processing privileged RPC requests from embedded browsers.

    • The wallet includes an embedded browser and requires confirmation before processing any DApp request

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass Wallet unlock before requests
    5.5 / 5.5 Expand details
    Description

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

    • The wallet lacked a locking feature, so this check could not be tested. However, users needed to enter the password to accept each request.

      — Verified by Alejo Sequeira 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 warns and blocks when signing EIP-712 messages if the chain ID differs from the currently active chain.

      — Verified by Alejo Sequeira 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 supports the eth_sign method but internally uses personal_sign, converting the input to bytes.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Fail Mismatching SIWE domain detection
    0.0 / 1.8 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 account for mismatches in the domain.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass Connected dApp management
    1.5 / 1.5 Expand details
    Description

    Allows users to list and revoke connected dApps.

    • The wallet provides a list of connected DApps and offers the option to remove connections.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass Token approval management
    1.5 / 1.5 Expand details
    Description

    Allows users to view and revoke token approvals.

    • The wallet includes an in-app approvals feature, allowing users to select a token and revoke its approvals directly.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass User confirmation before switching chains
    1.1 / 1.1 Expand details
    Description

    Requires user confirmation before switching the active chain.

    • The wallet does not require user confirmation for chain switching, which happens instantly in both WalletConnect and the embedded browser. However, when connecting to the DApp, the connection dialog does display the available chains. To connect to a different chain, you must first add it to the wallet.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 3 screenshots

Intent Verification

20.1 / 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 clearly displays the NFT received for providing liquidity to a pool, along with the POL and SUSHI amounts to be spent during the process, whether in the pool or a swap.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • 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 includes the contract address, token, effect, allowance, and contract spender address when interacting with 1inch.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • 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 includes all the necessary information. It displays a message indicating the verified contract, correctly parses the ERC-20 permit, and blocks it.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 3 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 parses EIP-712 objects for well-known contracts or protocols, such as detailed USDC ERC-20 permits, and doesn't parse the OpenSea Seaport listings.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Fail Invalid address checksum detection
    0.0 / 2.2 Expand details
    Description

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

    • The wallet allows transactions to addresses with invalid checksums both through dApps and within the app.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 4 screenshots
  • Fail Mandatory message review
    0.0 / 2.1 Expand details
    Description

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

    • The wallet allows the user to sign data before reviewing it.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Partial Links to blockchain explorers
    0.6 / 1.2 Expand details
    Description

    Consistently provides clickable links to block explorers for all key blockchain identifiers.

    • The wallet includes clickable links in the transaction history, but not during the process of sending a transaction.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots

Physical Access

12.3 / 20
  • Pass Seed phrase access control
    5.4 / 5.4 Expand details
    Description

    Requires authentication to access seed phrases or private keys.

    • After clicking the "Seed Phrase" button, the wallet shows the warnings and then requires a password to display mnemonics/private keys.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Manual wallet lock
    0.0 / 3.9 Expand details
    Description

    Allows users to lock it manually.

    • The wallet lacks a manual lock button but includes a "delete wallet" option.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Fail Automatic wallet lock
    0.0 / 3.9 Expand details
    Description

    Verifies wallet auto-locks on inactivity, device lock, or background.

    • The wallet does not lock automatically when the app is minimized, closed, or left idle, and it also lacks a settings option to enable an auto-lock feature.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Pass Robust Authentication
    3.3 / 3.3 Expand details
    Description

    Uses strong authentication, such as resistance to trivial or commonly-used passwords. Including biometrics and rate limiting in mobile.

    • The wallet supports biometric authentication and enforces it as the only authentication method.

      — Verified by Alejo Sequeira 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 does not allow copying the seed phrase or taking screenshots as it protects it with a black screen.

      — Verified by Alejo Sequeira 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 user-friendly interface that requires users to answer questions before showing the mnemonics. This clearly demonstrates the application's efforts to prevent users from sharing their mnemonics.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 3 screenshots

Threat Prevention

6.1 / 20
  • 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 after scanning the WalletConnect QR code from sites like: https://arbitrum-token-bridge-cqjggprvn-offchain-labs.vercel.app/

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Pass Malicious address detection
    5.1 / 5.1 Expand details
    Description

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

    • The wallet warns and block the user about a deceptive address while sending funds to the Tornado Cash Attacker address.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Trusted dApp detection
    0.0 / 3.3 Expand details
    Description

    Informs users when interacting with a trusted dApp URL.

    • The wallet provides no indication of verification when connecting to UniSwap or 1inch, leaving users uncertain if the DApp is trusted.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Unknown address detection
    0.0 / 2.8 Expand details
    Description

    Warns users when interacting with an unknown address.

    • The wallet does not warn users when they interact with an unknown or untrusted address.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • 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 domain of the DApp: https://arbitrum-token-bridge-cqjggprvn-offchain-labs.vercel.app/

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Malicious or spam token filtering
    0.0 / 1.3 Expand details
    Description

    Hides malicious tokens and NFTs by default.

    • The wallet displays spam tokens in addition to legitimate ones.

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

    Informs dApp access to balances, history, and signing requests on connection.

    • The wallet informs the user, within the connection dialog, that by connecting they are allowing the DApp to view their wallet balance and activity, as well as to request transaction approval.

      — Verified by Alejo Sequeira 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.