pybroker-strategy-creator
Warn
Audited by Snyk on Apr 28, 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 building algorithmic trading strategies and backtest code using PyBroker and includes concrete trading/execution primitives. The prompt references functions and APIs that place or manage market positions (ctx.buy_shares, ctx.sell_shares, ctx.sell_all_shares, ctx.cover_all_shares, ctx.calc_target_shares, Strategy.add_execution), portfolio sizing/ordering logic, and running backtests/walkforwards. The bundled docs also mention live data sources/brokers (Alpaca, Alpaca Crypto) in the references. This is a purpose-built trading execution tool (market order/position management), so it provides direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata