trading-strategy-development

Warn

Audited by Snyk on Feb 23, 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 trading and placing orders. It defines API_HOST and API_KEY for an OpenAlgo API, includes an entry() method that says "Place order via API" and logs [ENTRY]/[EXIT] for BUY/SELL, uses PositionManager.update_position(qty, price, 'BUY'), and references broker integration (port 5002 for Dhan broker). The templates and examples show concrete buy/sell order flows, position sizing, and portfolio risk checks — i.e., market order execution capability. This is a specific financial execution capability (market orders/broker API), so it meets the Direct Financial Execution criteria.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 23, 2026, 02:19 PM