nft-blockchain
Warn
Audited by Snyk on Mar 23, 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 designed for blockchain/crypto operations. It exposes wallet checks (getPlayer/isGuest), creates an Ethereum provider (createEthereumProvider, eth-connect), performs RPC calls (eth_getBalance, eth_gasPrice, sendAsync), supports signed requests (signedFetch), and shows example "write" contract calls (contract.transfer(...)) that prompt the user to sign and send transactions (including gas). These are specific Web3 APIs for signing and sending on-chain transactions and therefore enable direct financial execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata