sui-move-stdlib
Warn
Audited by Snyk on May 7, 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 documentation exposes explicit Move language primitives and patterns for handling coins and balances on the Sui blockchain: coin.into_balance / balance.into_coin(ctx), coin.value(), payment.split(amount, ctx), transfer::public_transfer(...), burning to @0x0, supply.increase_supply(...). These are concrete, blockchain-native operations to move, split, mint/burn, and transfer on-chain assets — i.e., direct crypto/financial execution capabilities.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata