wallet-health
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill attempts to automatically install the
web3Python library if it is missing using the standardpippackage manager. This is a common pattern for blockchain-related tools to ensure required dependencies are present. - [COMMAND_EXECUTION]: The script uses
subprocess.check_callto execute the pip installation command. This is used solely for environment setup and does not incorporate untrusted user input into the shell command.
Audit Metadata