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

Exodus

Security Score

68.1

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 auto-approved `wallet_watchAsset` without requiring confirmation, although the custom token was not added to the asset list. Other sensitive requests required user confirmation and were rejected.

      — 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 blocked all privileged RPC methods before connection: eth_accounts returned an empty array, and the remaining methods returned authorization errors (4100/-32600), with no information leaked.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • 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 processed the `wallet_watchAsset` request and returned `true` while locked, without requiring the wallet to be unlocked, although the custom ERC-20 token was not added to the asset list.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • 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 rejects signing requests when the chainId supplied in the typed data does not match the active chainId.

      — 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 `eth_sign` request resulted in a "Method not found" error, meaning the wallet rejects `eth_sign` requests, which satisfies the acceptance criteria.

      — 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 did not warn the user about the domain mismatch and signed the SIWE message.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Fail Token approval management
    0.0 / 1.6 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 Sebastian Camia at Coinspect
    Evidence · 4 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. After disconnecting netlify.app, RPC requests from it failed, indicating that access was successfully revoked.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 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 changed to Polygon (0x89) without a confirmation prompt.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Intent Verification

11.0 / 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 from the execution of swap transactions before signing.

      — 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 identifies the request as an approval and shows the token symbol and spender address, but does not display the approved amount, which is required for a clear approval dialog.

      — 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 signing data is visible, scrollable, and not truncated, including the verifyingContract for EIP-712.

      — 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 the signature request as raw JSON rather than structured, human-readable detail.

      — Verified by Sebastian Camia 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 correctly blocks manually entered addresses with invalid EIP-55 checksums, showing 'Invalid POL address.' However, when the same address is provided via a dApp, the wallet does not show a checksum warning or block the transaction for checksum reasons.

      — 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 sign button is accessible even though the user has not scrolled to the end of the message.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 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.

    • Addresses and transaction IDs are displayed as links in transaction history, but the transaction screen does not show any clickable links.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots

Physical Access

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

    Requires authentication to access seed phrases or private keys.

    • Secret recovery phrase screen requires a password before viewing the secret phrase.

      — 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 "Lock Wallet" button at the bottom of the Security settings screen.

      — 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 setting is present and set to 60 minutes by default, thus, the wallet does not auto-lock within 20 minutes as required.

      — 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 at least an eight characters long password, and it does not allow 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 seed phrase reveal screen clearly communicates the risks of sharing the secret phrase and displays a warning to the user before revealing the secrets.

      — Verified by Sebastian Camia 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 warning message in the screenshot indicates that the wallet warns the user about the risks of saving the seed phrase in a screenshot and prevents user from copying them to the clipboard.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Threat Prevention

10.1 / 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 warns for the known malicious address when supplied via dApp, but does not warn for the poisoned lookalike address in either the dApp or manual entry; manual entries only show generic notices (e.g., fee > send amount) that are not address-specific.

      — 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 attempting to connect to known phishing sites.

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

    • Verified and unverified dApps are indistinguishable in the connection request screens. All connection requests display an app icon, name, URL, and list of permissions, with no indication of trust or verification status.

      — 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 fails to warn about the unknown address when sending via dApp; a notice appears in the direct send flow, but it is not explicitly identified as an unknown-address warning.

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

    Clearly displays the full dApp URL in the connection prompt.

    • The dApp origin URL is displayed in full without truncation in the connection dialog for both safe and unsafe connections.

      — 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 successfully filters spam tokens, but displays spam NFTs by default; the EVMHUB VOUCHER NFT (contract 0x77A81983...6fD6433BbB) appears in the default gallery despite a banner indicating spam NFTs are hidden.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 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 mentions the ability to view the user's balance and activity, as well as 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.