pair-trade-screener
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches historical financial market data from Financial Modeling Prep (financialmodelingprep.com). This is a well-known financial data provider, and the network operations are necessary for the skill's primary functionality of analyzing stock prices.
- [COMMAND_EXECUTION]: The skill includes Python scripts (
scripts/find_pairs.pyandscripts/analyze_spread.py) that perform local statistical computations. These scripts use standard data science libraries and do not perform any dangerous system operations or arbitrary command execution. - [CREDENTIALS_UNSAFE]: Authentication with the data provider is handled through an API key stored in environment variables (
FMP_API_KEY). This approach follows security best practices for managing credentials in development environments and avoids the risk of hardcoding sensitive information. - [DATA_EXFILTRATION]: No evidence of unauthorized data transmission was found. Network activity is limited to retrieving stock data and verifying API authentication with the data provider's official endpoints.
Audit Metadata