backtesting-trading-strategies
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate environment for testing trading strategies using historical data.
- [EXTERNAL_DOWNLOADS]: Historical price data is retrieved from well-known and reputable financial service providers, including Yahoo Finance (yfinance), CoinGecko, and Tushare. These downloads are documented neutrally as they originate from established and trusted sources.
- [COMMAND_EXECUTION]: Local Python scripts are used to process data and calculate metrics. The execution is confined to the provided codebase and utilizes standard data science libraries like pandas and numpy.
- [CREDENTIALS_UNSAFE]: The skill appropriately manages sensitive information by instructing users to provide the Tushare API key via an environment variable (TUSHARE_API_KEY) rather than hardcoding it in the scripts.
- [DATA_EXFILTRATION]: Network operations are strictly limited to fetching market data from the specified providers. There is no evidence of sensitive local data being accessed or exfiltrated to untrusted domains.
Audit Metadata