mvx_semgrep_creator
Installation
SKILL.md
Semgrep Rule Creator (MX)
This skill guides you in writing Semgrep rules to catch MultiversX-specific patterns automatically.
1. Common Patterns
- Unsafe Math:
x + ywherexisu64. - Floating Point:
f64. - Endpoint without Payment Check:
#[payable]function withoutcall_value().