nexus-sdk-swap-flows
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 blockchain token swap and execution flows: functions named swapWithExactIn, swapWithExactOut, and swapAndExecute that accept chain IDs, token addresses, token amounts (bigint), tokenApproval parameters, value, gas, and gasPrice. It describes performing swaps, selecting source chains/tokens, approving tokens, and executing contract calls (including transferring value). These are concrete crypto transaction operations (swaps/wallet actions/contract executions), i.e., direct financial execution rather than a generic tool.
Audit Metadata