cryptography
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 explicitly implements wallet-specific crypto operations: BIP39/44 HD wallet derivation (CreateMasterKeyRingAsync, .Mnemonic, MasterKeySet), transaction signing (SignAsync on a transaction hash), address encoding (PublicKeyToWallet), and direct access to private keys (.PrivateKey.Key). These are not generic crypto utilities but are specific to blockchain wallets and signing transactions, which enable moving funds. Under the defined criteria (Crypto/Blockchain: Wallets, Signing), this grants Direct Financial Execution capability.
Audit Metadata