Exodus Browser Security Report background image
Home - Coinspect Security
ExodusExodusChrome
Search
Exodus logo

Exodus

Security Score

65.9

dApp Permissions

30.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 the user to unlock it before processing every request.

      — Verified by Alejo Sequeira 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 requires the user's connection to access the RPC endpoints.

      — Verified by Alejo Sequeira 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 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 refuses to sign an EIP-712 message with a chainId that does not match 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 used personal_sign converted 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 warn users of a domain or scheme mismatch when signing a SIWE message.

      — 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 offers a list of connected dApps and allows users to disconnect from them individually.

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

    Allows users to view and revoke token approvals.

    • The wallet does not offer token allowance revocation within the app, nor does it provide a third-party external link for this purpose.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Fail User confirmation before switching chains
    0.0 / 1.1 Expand details
    Description

    Requires user confirmation before switching the active chain.

    • The wallet switches chains without requesting user confirmation. Additionally, it does not offer a list of networks for the user to select or approve, limiting control over which networks the connected dApp can access.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots

Intent Verification

13.2 / 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 utilizes transaction simulation, displaying all incoming and outgoing assets involved in the transaction.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Clear token approval dialog
    0.0 / 6.7 Expand details
    Description

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

    • The spender address and token are displayed, but the amount is missing.

      — 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 displays the verifying contract in an EIP-712 object and does not truncate large messages in a personal sign request.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 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 displays an EIP-712 object as plain data without parsing it.

      — Verified by Alejo Sequeira 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 warns the user when attempting to manually send funds to an address with invalid checksums. When interacting through a dApp, the wallet does not process such requests, as shown in the console.

      — 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 displays the sign button immediately when presented with a large input message.

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

    • Wallet shows clickable links in wallet history but not in the transaction preview.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots

Physical Access

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

    Requires authentication to access seed phrases or private keys.

    • The wallet requires authentication before revealing the recovery phrase.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 2 screenshots
  • Pass Manual wallet lock
    3.9 / 3.9 Expand details
    Description

    Allows users to lock it manually.

    • The wallet offers a lock button in the security settings.

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

    Verifies wallet auto-locks on inactivity.

    • The wallet automatically locks itself by default after 60 minutes.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Fail Robust Authentication
    0.0 / 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 a 4-digit PIN code, such as 2025. It also prohibits easily guessable PINs like 1111 or 0101.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • 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 the user from copying the recovery phrase to the clipboard.

      — 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 does not explicitly warn about the risks of sharing mnemonics but provides suggestions on what actions to avoid.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot

Threat Prevention

8.8 / 20
  • Pass Phishing dApp detection
    5.1 / 5.1 Expand details
    Description

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

    • The wallet shows a warning message to the user when visiting dApps flagged as malicious.

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

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

    • The wallet does not warn the user when attempting to send 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 does not feature a verified domain indicator for well-known dApps.

      — 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 the user when attempting to send funds to an unknown address.

      — Verified by Alejo Sequeira at Coinspect
    Evidence · 1 screenshot
  • Pass Full dApp URL display
    1.5 / 1.5 Expand details
    Description

    Clearly displays the full dApp URL in the connection prompt.

    • The wallet displays the full URL of the dApp the user is attempting to connect to.

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

    • The wallet successfully hides spam/scam NFTs from the user, and it also offers the option to display them by applying the hidden filter.

      — 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's connection dialog clearly displays that the dApp being connected to can view the user's wallet balance and activity, as well as request transaction approvals.

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