regime-detection

Pass

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads financial data from well-known, public services for its core functionality. Specifically, it fetches price and yield data from Yahoo Finance's API (query2.finance.yahoo.com) and credit spread data from the Federal Reserve Bank of St. Louis (FRED) (fred.stlouisfed.org). These are standard, reputable data sources for quantitative finance.
  • [COMMAND_EXECUTION]: The regime_monitor.py script executes standard mathematical calculations and data processing using the yfinance library. It does not invoke arbitrary shell commands or attempt privilege escalation.
  • [DATA_EXFILTRATION]: No sensitive local data access or exfiltration patterns were detected. The only network requests are outbound GET requests to retrieve public financial datasets.
  • [REMOTE_CODE_EXECUTION]: The skill uses the yfinance package, a well-known community-standard library for accessing Yahoo Finance data. There are no patterns of executing dynamically downloaded scripts or piping remote content to a shell.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 08:02 AM
Security Audit — agent-trust-hub — regime-detection