cn-stock
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill follows established best practices for secure API integration within its intended environment.
- [EXTERNAL_DOWNLOADS]: Fetches financial data from the well-known Tushare Pro service (api.tushare.pro). All traffic is routed through a managed proxy (
proxied_post), ensuring the skill itself does not handle sensitive authentication tokens directly. - [COMMAND_EXECUTION]: No shell commands, subprocess calls, or unsafe execution patterns were detected. The skill's logic is limited to standard Python data processing using Pandas.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets or sensitive credentials are present. The skill utilizes a placeholder token string intended for server-side replacement by the proxy layer, which is a secure method for managing third-party API access.
Audit Metadata