multiversx-code-analysis
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is specifically focused on MultiversX smart contracts and includes blockchain-specific constructs and APIs: #[payable] endpoints, call_value(), tx().to(...).egld(...).transfer() examples, sc-meta test/scCall scenarios that craft and execute transactions, and guidance on testing exploit transactions with account balances. These are explicit crypto/blockchain transaction APIs and test harnesses (sending EGLD, invoking contract calls), so it provides domain-specific capabilities related to sending/handling on-chain value—not just generic code tooling.
Audit Metadata