macro-regime-detector
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches historical market price data and treasury rates from Financial Modeling Prep (financialmodelingprep.com). This is a well-known financial data provider and the data retrieved (ETF OHLCV) is low-risk.
- [COMMAND_EXECUTION]: The skill executes local Python scripts to perform statistical calculations (Moving Averages, Rate of Change, Correlation). These operations are performed on numerical data fetched from the API and do not involve executing external code or shell strings.
- [CREDENTIALS_SAFE]: The skill correctly handles the FMP API key by retrieving it from environment variables or command-line arguments, following best practices for secret management.
- [DATA_EXPOSURE]: Output is limited to local file system writes of analysis reports in JSON and Markdown formats. No sensitive user data is accessed or exfiltrated.
Audit Metadata