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

eth-security-auditor

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

eth-security-auditor

Ethereum smart contract security auditor — verify contract addresses and source code integrity

pipPyPI
Version
0.1.0
Maintainers
1

eth-security-auditor

Verify Ethereum contract addresses, check source code on block explorers, and detect proxy/upgrade patterns.

Installation

pip install eth-security-auditor

Usage

from eth_security_auditor import verify_contract, audit_report

# Check if an address is a contract
result = verify_contract('0x1234...')
print(result['is_contract'])

# Full audit report
report = audit_report('0x1234...')
print(report)

Features

  • Contract detection via bytecode inspection
  • Source code verification status
  • Proxy and upgrade pattern detection
  • Risk assessment scoring

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