Tushare Pro
Analysis
This appears to be a coherent read-only Tushare market-data skill, with the main things to notice being its API token requirement and unpinned Python dependencies.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
pip3 install tushare pandas --user
The setup installs unpinned Python packages. This is normal for a Python-based Tushare wrapper, but it relies on the current packages available from the package index.
https://tushare.pro/weborder/#/login?reg=503098
The registration link includes an extra reg parameter rather than just the base Tushare site, which may indicate referral or registration tracking.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export TUSHARE_TOKEN="your-api-token-here"
The skill asks the user to configure a Tushare API credential. This is expected for Tushare access, but the token can represent account/API privileges.
