backtesting-py-oracle
Warn
Audited by Snyk on Feb 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 about trading/backtesting: it configures backtesting.py Backtest/Strategy, uses trade operations (self.buy(size=...), trade.close()), position sizing, hedging, and asset symbols (e.g., SOLUSDT). Those are specific financial-market order primitives (buy/close trades) rather than generic tooling. Even though it's a backtest framework (simulated), the skill is specifically designed for financial operations (placing buy/close orders and managing positions), so it meets the "market orders / buying-selling assets" criterion.
Audit Metadata