mvx_static_analysis
Installation
SKILL.md
MultiversX Static Analysis
This skill guides you through static analysis of MultiversX codebases, focusing on patterns that often indicate vulnerabilities.
Execution Order
Follow these steps in sequence. Do not skip ahead; earlier steps catch compilation errors that make later pattern-matching unreliable.
Step 1 — Compiler and Linter
Run the compiler and linter first. Fix any errors before proceeding.
cargo check
cargo clippy -- -D warnings