ethers
Warn
Audited by Snyk on Feb 28, 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 wrapper around ethers.js v6, a library for interacting with the Ethereum blockchain. It exposes Wallet/HDNodeWallet, Provider/Signer, sendTransaction, broadcastTransaction, contract deployment, signing (signMessage, signTypedData), and transaction/receipt management. These are specific crypto/ blockchain primitives for creating, signing, and sending transactions and deploying contracts — i.e., moving value on-chain. This is a direct financial execution capability (crypto wallet and transaction APIs), not a generic tool.
Audit Metadata