ths-financial-data
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automatically manages the installation and upgrading of the
thsdkPython library from the official Python Package Index (PyPI). This behavior is a documented feature designed to ensure the agent has the necessary tools to fetch financial data.\n - Evidence: The
ensure_thsdkandinstall_thsdkfunctions inscripts/stock_utils.pyhandle dependency checks and updates.\n- [COMMAND_EXECUTION]: The skill invokes shell commands via Python'ssubprocessmodule to perform environment setup. This execution is limited to package management usingpipfor the required library.\n - Evidence:
subprocess.runis utilized withinscripts/stock_utils.pyto runpip install --upgrade thsdkusing the current Python executable.\n- [SAFE]: All core functionalities, including network access for financial data and local package management, are consistent with the skill's stated purpose as a financial analysis tool. The implementation follows standard practices for a data-fetching utility.
Audit Metadata