swap-integration
Warn
Audited by Snyk on Mar 24, 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 on-chain token swaps and includes concrete, actionable crypto transaction operations. It demonstrates creating a wallet from a private key (privateKeyToAccount), setting up a walletClient/publicClient (viem), approving tokens (approve via writeContract), encoding swap calldata (Universal Router SDK), and sending transactions (walletClient.sendTransaction and walletClient.writeContract). It also documents contract addresses and router ABIs (V2 router swap functions) and full example code that signs and broadcasts swaps. These are specific crypto/Blockchain wallet & swap operations that move funds, not generic API or browsing capabilities.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata