skills/jeremylongshore/claude-code-plugins-plus-skills/backtesting-trading-strategies/Gen Agent Trust Hub
backtesting-trading-strategies
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches historical price data from Yahoo Finance via the
yfinancelibrary and from CoinGecko's public API. These are well-known and reputable providers for financial market data. - [EXTERNAL_DOWNLOADS]: Requires installation of standard, widely-used Python packages including
pandas,numpy,matplotlib,scipy, andscikit-learnfrom official package registries. - [COMMAND_EXECUTION]: Executes local Python scripts (
backtest.py,fetch_data.py,optimize.py) to process data and calculate performance metrics. The execution is scoped to the skill's own scripts and local data directories. - [SAFE]: The skill uses local caching in a dedicated
data/directory and saves reports to areports/directory, following standard practices for data-intensive tools.
Audit Metadata