rebalancing-planner
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.mdandreferences/data-queries.mddirect the agent to execute local Python scripts. It utilizes a script runner (views_runner.py) located in a sibling directory (../findata-toolkit-cn/scripts/) to retrieve market data. This is a common pattern for modular financial analysis tools. - [EXTERNAL_DOWNLOADS]: In
references/data-queries.md, the skill performs environment setup by runningpip install -r ../findata-toolkit-cn/requirements.txt. This allows the agent to install necessary libraries for the data toolkit from a local requirements specification. - [SAFE]: No hardcoded credentials or secrets were found. The skill mentions the use of environment variables (e.g.,
XUEQIU_TOKEN) for API authentication, which is a secure practice. There are no signs of obfuscation, and the instructions focus strictly on professional investment analysis logic.
Audit Metadata