autonomous-trading
Warn
Audited by Snyk on Mar 6, 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). Yes. The skill is explicitly designed to perform trading operations and manage money. It names a trading venue (Hyperliquid), instructs creating and funding a strategy wallet, and includes concrete API-like calls and actions that open and close positions (e.g., strategy_create_strategy(budgetUsd, leverageType, riskLabel) → returns walletAddress; open position / close_position(wallet, asset); "Fund the wallet"). It also enforces leverage, margin, position-sizing, and automatic stop/close behavior (DSL auto-closing, cron jobs that close positions). These are direct market-order and crypto wallet actions (creating wallets, funding them, opening/closing positions), which meet the "Direct Financial Execution" criteria.
Audit Metadata