pair-trade-screener
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard financial engineering workflows using established statistical methods (ADF tests, OLS regression).
- [EXTERNAL_DOWNLOADS]: The Python scripts fetch historical stock price data from the Financial Modeling Prep (FMP) API, which is a well-known and reputable service in the financial industry. These operations are strictly for data retrieval and do not involve executing remote code.
- [COMMAND_EXECUTION]: The provided scripts (
find_pairs.pyandanalyze_spread.py) process numeric data and generate text-based reports. No arbitrary command execution, shell spawning, or dynamic code evaluation (e.g.,eval()orexec()) was detected. - [CREDENTIALS_UNSAFE]: The skill does not contain hardcoded API keys. It follows safe practices by instructing the user to manage their credentials through environment variables (
FMP_API_KEY).
Audit Metadata