strategy-discovery-backtest
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run backtest scripts located in the
backtests/directory from the repository root. This is a functional requirement for the skill's purpose of automating strategy evaluation. - [EXTERNAL_DOWNLOADS]: References the use of
yfinanceandccxtlibraries to fetch financial market data. These are well-known, industry-standard services for accessing public market data. - [SAFE]: The skill implements a logical safety gate designed to prevent the execution of untested trading strategies. It enforces best practices in quantitative finance, such as walk-forward analysis, cost modeling, and out-of-sample validation.
Audit Metadata