evm-bytecode-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves the 'evmole' package from the NPM registry using the npx utility during execution. It also points to official libraries for Rust, Go, Python, and JavaScript hosted on well-known platforms like GitHub and official package registries.
- [COMMAND_EXECUTION]: The skill instructions direct the agent to invoke the 'evmole' CLI using shell commands. This includes passing hex-encoded bytecode provided by the user as a parameter to the tool.
- [REMOTE_CODE_EXECUTION]: The 'npx -y evmole@latest' command downloads and executes the latest version of the analysis utility from a remote repository. This is the primary method of delivery for the tool and is handled through established package management infrastructure.
Audit Metadata