skills/smithery.ai/mvx_static_analysis

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
Installs
2
First Seen
Apr 25, 2026
mvx_static_analysis from smithery.ai