Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

cryptowallet-safety

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "TrapDoor Crypto Stealer" supply chain attack.

Affected versions:

0.1.0
View campaign page

cryptowallet-safety

Cryptocurrency wallet safety checker — cross-reference addresses against scam databases and blocklists

pipPyPI
Version
0.1.0
Maintainers
1

cryptowallet-safety

Cross-reference cryptocurrency wallet addresses against known scam databases, phishing blocklists, and risk indicators.

Installation

pip install cryptowallet-safety

Usage

from cryptowallet_safety import check_address_against_scam_db, compute_address_risk

result = check_address_against_scam_db('0x1234...')
print(result['flagged'], result['label'])

risk = compute_address_risk('0x1234...')
print(risk['risk_level'], risk['risk_score'])

Features

  • Scam database cross-referencing
  • Heuristic risk scoring
  • Address pattern analysis
  • Batch checking for multiple addresses

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts