ckb-ccc-transactions
Warn
Audited by Snyk on Jul 19, 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 a cryptocurrency transaction toolkit for CKB: it defines a canonical transaction flow (resolve recipient, build tx, complete inputs, pay fee, send) and calls concrete APIs that move funds (e.g.,
signer.sendTransaction(tx),ccc.Transaction.from(...),tx.completeInputsByCapacity,tx.completeFeeBy, andsigner.getBalance). These are direct blockchain wallet/transaction operations (sending transactions and querying balances), which constitute Direct Financial Execution.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata