multi-swap

Warn

Audited by Snyk on Mar 15, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The skill repeatedly requires running "npx starkfi@latest ..." at runtime, which fetches and executes remote code from the npm registry (e.g. https://registry.npmjs.org/starkfi), so this is a runtime external dependency that directly executes remote code.

MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly designed to perform on-chain token trades: it executes 2–3 token swaps in a single Starknet transaction via a concrete command-line API ("npx starkfi@latest multi-swap"), requires sufficient token balances and gas, supports slippage and simulation, and requires post-execution verification of a transaction hash. These are direct crypto/transaction operations (wallet/authentication, signing/broadcasting swaps) rather than a generic tool. Therefore it grants direct financial execution capability.

Issues (2)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 15, 2026, 04:43 PM
Issues
2