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.pyscript executes standard mathematical calculations and data processing using theyfinancelibrary. 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
GETrequests to retrieve public financial datasets. - [REMOTE_CODE_EXECUTION]: The skill uses the
yfinancepackage, 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