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.pyexecutes a system command usingsubprocess.run. It callswmicto locate the executable path of theTdxW.exeprocess. 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 tosys.pathat runtime to allow the importation of thetqcentermodule, 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.mdprovides a reference to a ZIP file hosted athttps://data.tdx.com.cn/vipdoc/hsjday.zipfor 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