v1.1.0
New tools (5)
evm_inspect_storage_layout— forge storage layout for proxy-collision/packing checksevm_trace_call— structured call tree fromcast call --traceevm_decode_calldata— offline/selector-lookup calldata decodingevm_run_tests— structured forge test results with fuzz counterexamplesevm_toolchain_versions— prerequisite + reproducibility preflight
New MCP prompts (3)
audit_contract, optimize_gas, analyze_arbitrage — skill workflows for clients without native skill support
Security & fixes
- Shell injection eliminated:
exec→execFilearray args across all tools; address/URL input validation - Resource paths resolved from package root (npx installs no longer break
evm://resources) evm_compile_and_diagnoseno longer reportssuccess: trueon compile failure- Boundary-safe truncation +
severityFilter/maxFindings/detectorson scan tool outputSchema+structuredContenton all 9 tools
32/32 tests. Verified end-to-end via stdio smoke tests against real Foundry project.