NuFi Chrome Security Report background image
Home - Coinspect Security
NuFiNuFiChrome
Search
NuFi logo

NuFi

Security Score

62.9

dApp Permissions

28.1 / 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 user confirmation before accessing RPC endpoints.

      — 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 test dApp correctly rejects the requests without a connected wallet. No information is leaked during the process.

      — 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 it before processing requests from dApps.

      — 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 doesn't refuse to sign an EIP712 object with a chainId that does not match the currently active chain.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • 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 rejects the `eth_sign` request, returning an "Unsupported method" error, which meets 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 does not display any warning or block the signing request when the dApp origin differs from the domain specified in the SIWE object. The origin is `https://deploy-preview-40--wallettesting.netlify.app` and the SIWE domain is `https://opensea.io`.

      — 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 any built-in or 3rd party token approval/revocation features.

      — Verified by Sebastian Camia 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 lists connected dApps. After disconnecting, the dApp receives errors when sending RPC requests, indicating access revocation is working.

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

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Intent Verification

12.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 displays simulated transaction effects before signing for both the liquidity provision and the swap, showing expected token movements (e.g., POL spent, USDC received).

      — Verified by Sebastian Camia at Coinspect
    Evidence · 3 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 clearly displays the token (POL) and the approved amount ($1,040,970,882,243,4) for the ERC-20 approve transaction, but it does not show the spender address.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot
  • Fail Clear message signing dialog
    0.0 / 3.8 Expand details
    Description

    Clearly displays all message signature request details without truncating or hiding information.

    • The wallet displays full messages in `personal_sign` requests, but doesn't show the verifying contract 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 renders raw data instead of structured, human-readable signing details, failing the check's acceptance criteria.

      — 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 correctly blocks transactions to addresses with invalid EIP-55 checksums both when the address is manually entered (showing an 'Invalid address' error) and when provided by a dApp (showing a 'bad address checksum' error and preventing signing).

      — Verified by Sebastian Camia at Coinspect
    Evidence · 2 screenshots
  • Pass Mandatory message review
    2.1 / 2.1 Expand details
    Description

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

    • The 'Sign' button is hidden until the user scrolls to the end of the content.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Pass Links to blockchain explorers
    1.2 / 1.2 Expand details
    Description

    Provides clickable links to block explorers for at least one key blockchain identifier.

    • The transaction preview and history views display addresses and transaction hashes as links to a block explorer.

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

    • Authentication is required before displaying the recovery 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 manual lock control, named 'Logout 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 auto-lock setting, but the default value is 1 hour, which does not meet the acceptance criteria of auto-locking within 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 password field accepted '11111111' as a valid password, failing the check which requires at least an 8 character long password and 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 'Reveal Secret' screen clearly warns the user about the risks of sharing their recovery phrase, including potential fund theft, and emphasizes the need for privacy.

      — 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 mnemonic phrase cannot be copied, satisfying the requirement to prevent clipboard exposure.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 1 screenshot

Threat Prevention

9.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 warned about the known malicious address when initiated via a dApp, but did not warn when it was entered manually (0x592340957eBC9e4Afb0E9Af221d06fDDF789de9). It also did not flag the lookalike address (0x8730aeb8FE951cfa6e17f82341ECD95C921FDa54) in either manual or dApp transaction attempts.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 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 displays a warning message when attempting to connect to venofinance.net, which is on the MetaMask phishing list.

      — Verified by Sebastian Camia 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.

    • All dApps show the same screen with an icon and name. There is no distinction between known and unknown 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 show any warning or indicator for unknown addresses when sending a transaction to a fresh address.

      — Verified by Sebastian Camia 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 full dApp origin URL is shown without truncation in the connection dialog.

      — Verified by Sebastian Camia 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 by default; the asset list shows multiple spam tokens (e.g., 'Ads: POL C...', 'DSC', 'GIC', 'IDO') with N/A values. While spam NFTs are hidden after being flagged, token filtering is absent.

      — Verified by Sebastian Camia at Coinspect
    Evidence · 4 screenshots
  • Fail dApp access disclosure dialog
    0.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 does not describe what access the dApp is being granted. It does not mention the ability to view the user's balance and activity, or the ability to 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.