macro-economy
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate financial data analysis using public APIs and well-known Python libraries such as akshare and yfinance. No malicious behavior or unauthorized data access was detected.
- [EXTERNAL_DOWNLOADS]: The
setup.shscript creates a virtual environment and installs standard dependencies from the official Python Package Index (PyPI). This is a routine procedure for Python-based AI agent skills. - [COMMAND_EXECUTION]: The script
scripts/macro.pyimplements a command-line interface usingargparse. User input is used to select from a predefined list of macroeconomic indicators, preventing command injection or arbitrary code execution.
Audit Metadata