contract-deployer
Warn
Audited by Socket on Aug 3, 2026
1 alert found:
AnomalyAnomalyscripts/deploy.py
LOWAnomalyLOW
scripts/deploy.py
No explicit malware/backdoor behavior is evident in this module. However, the code has significant security concerns for supply-chain and operational misuse: it performs runtime pip installs of Python dependencies without pinning/provenance checks, installs the Solidity compiler dynamically based on a caller-controlled parameter, and it can deploy contracts by signing transactions with a raw private key against an arbitrary caller-provided RPC endpoint. If integrated into a larger system, it should be gated by strict authorization, chain/RPC allowlisting, secret-handling controls, and deterministic dependency/toolchain management (pinning + integrity verification) to reduce risk.
Confidence: 70%Severity: 64%
Audit Metadata