Skip to content

v1.1.0

Latest

Choose a tag to compare

@0xendale 0xendale released this 10 Jul 04:18
· 4 commits to main since this release
fd8d197

v1.1.0

New tools (5)

  • evm_inspect_storage_layout — forge storage layout for proxy-collision/packing checks
  • evm_trace_call — structured call tree from cast call --trace
  • evm_decode_calldata — offline/selector-lookup calldata decoding
  • evm_run_tests — structured forge test results with fuzz counterexamples
  • evm_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: execexecFile array args across all tools; address/URL input validation
  • Resource paths resolved from package root (npx installs no longer break evm:// resources)
  • evm_compile_and_diagnose no longer reports success: true on compile failure
  • Boundary-safe truncation + severityFilter/maxFindings/detectors on scan tool
  • outputSchema + structuredContent on all 9 tools

32/32 tests. Verified end-to-end via stdio smoke tests against real Foundry project.