macro-regime-detector
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is functionally transparent and performs the financial analysis tasks described in its documentation. No malicious patterns, obfuscation, or unauthorized access attempts were detected during the audit.
- [EXTERNAL_DOWNLOADS]: The skill retrieves financial data from financialmodelingprep.com, a well-known and established financial data service. These connections are strictly used for gathering market metrics (ETF prices and interest rates) necessary for the regime detection calculations.
- [COMMAND_EXECUTION]: The workflow requires executing a local Python script (
macro_regime_detector.py) to process data and generate reports. This behavior is consistent with the tool's purpose as a data processing utility and does not involve executing untrusted or remote code. - [CREDENTIALS_UNSAFE]: The skill requires an FMP API key for data access. It appropriately manages this sensitive information by retrieving it through environment variables or command-line arguments, avoiding hardcoded secrets within the script files.
Audit Metadata