contracts
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 explicitly for MultiversX smart contract development and includes concrete, domain-specific APIs and commands that move value and sign transactions. Examples: contract APIs to send tokens (self.tx().to(...).egld(...).transfer(), .single_esdt(...).transfer(), self.send().direct_esdt(...)), token issuance/minting (FungibleTokenMapper.issue/mint, EsdtModule.issue_token/mint), payable endpoints and call_value() handling, and CLI deployment/call commands using mxpy with a PEM and --send (signing and broadcasting transactions). These are specific crypto/blockchain financial operations (sending/minting tokens and signing transactions), not generic tooling, so it grants direct financial execution capability.
Audit Metadata