macro-regime-detector
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Detailed analysis of the 27 files revealed no malicious patterns, obfuscation, or unauthorized access attempts. The skill's behavior aligns perfectly with its stated purpose of financial analysis.
- [EXTERNAL_DOWNLOADS]: The skill communicates with
financialmodelingprep.comto retrieve market data. This is a well-known financial data service and the interaction is documented neutracedly as it is essential for the tool's functionality. - [CREDENTIALS_UNSAFE]: No hardcoded credentials were found. The skill is designed to retrieve the FMP API key from the
FMP_API_KEYenvironment variable or a command-line argument, which is a secure and standard practice. - [COMMAND_EXECUTION]: The workflow involves executing local Python scripts (e.g.,
macro_regime_detector.py) to perform calculations. These scripts use standard logic and do not perform any suspicious system-level operations or shell injections. - [DATA_EXFILTRATION]: No evidence of data exfiltration was detected. Network activity is limited to fetching data from a trusted financial API, and file operations are limited to writing generated reports to a user-specified directory.
Audit Metadata