using-nautilus-trader
Warn
Audited by Snyk on Feb 21, 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 an algorithmic trading platform: it provides live-trading deployment, order types, an order factory, and example code that constructs and submits market orders (e.g., order = self.order_factory.market(...); self.submit_order(order)). It also lists integrations with exchanges/brokers (Binance, Bybit, Interactive Brokers) and execution/portfolio/account management. These are specific market-order and exchange/broker integrations that enable moving money/assets, so it constitutes Direct Financial Execution.
Audit Metadata