trading-expert
Warn
Audited by Snyk on Feb 15, 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 execution: it defines Order and OrderManager classes, explicit order types (MARKET, LIMIT, STOP, etc.), a place_order() method that routes orders to exchanges/brokers, cancel_order(), route_order()/send_to_venue logic, and discusses order routing, smart order routing, execution algorithms, and execution metrics. These are specific market-order execution capabilities (i.e., tools to send transactions to trading venues), not generic utilities. Therefore it grants direct financial execution authority.
Audit Metadata