integration-patterns
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 for trading integration between a live trading platform (OpenAlgo) and a backtest engine (AITRAPP). It defines adapters that produce BUY/SELL signals (with price and quantity), converts signals to order objects, and includes a MockOpenAlgoAPI with a placesmartorder(...) function that records/returns orders (mimicking order placement). The primary purpose is sending market orders / executing trades (even if a mock is provided for backtesting), so it is specifically designed for market-order financial operations.
Audit Metadata