tdxquant

Pass

Audited by Gen Agent Trust Hub on May 15, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/_tdx_init.py executes a system command using subprocess.run. It calls wmic to locate the executable path of the TdxW.exe process. This is a functional requirement used to automatically detect the TongDaxin installation directory and configure the environment for the skill's execution.
  • [DYNAMIC_EXECUTION]: The skill performs dynamic path manipulation and module loading in scripts/_tdx_init.py. It adds the detected TongDaxin plugin directory to sys.path at runtime to allow the importation of the tqcenter module, which is not part of the standard Python library and resides in the application's local directory.
  • [EXTERNAL_DOWNLOADS]: The documentation in references/python-init.md provides a reference to a ZIP file hosted at https://data.tdx.com.cn/vipdoc/hsjday.zip for downloading historical market data. This URL belongs to the official domain of the service provider and is used for data initialization as described in the skill's purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
May 15, 2026, 09:32 AM
Security Audit — agent-trust-hub — tdxquant