sui
Warn
Audited by Snyk on Aug 4, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The repository URL https://github.com/MystenLabs/sui.git appears in Move.toml and in the install instruction (cargo install --git ...) and would be fetched and built during the described build/install/runtime steps (sui move build / cargo install), causing remote code to be downloaded and executed as a required dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly about Sui blockchain development and includes code/examples to create coin types, generate/derive keypairs, build transactions (splitCoins, transferObjects, moveCall), sign and execute transactions (client.signAndExecuteTransaction / client.executeTransaction), and query/manipulate balances and coins. These are direct crypto transaction and wallet operations that enable moving value on-chain.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata