Ethereum smart contract security auditor — verify contract addresses and source code integrity
This project has been quarantined.
PyPI Admins need to review this project before it can be restored. While in quarantine, the project is not installable by clients, and cannot be being modified by its maintainers.
Read more in the project in quarantine help article.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eth_security_auditor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: eth_security_auditor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27512ee5687ee7d89c235011143d51b61952a05e17bf94e73654c114592cb35a
|
|
| MD5 |
3387e4b595e3cbb7a96c5d3e58b79424
|
|
| BLAKE2b-256 |
8945d5133c53c4fa24ba2e1b46ad18a1362ff9e237bb2ee1d2edd35a87c61a61
|