Stock Data Export
Analysis
The skill coherently describes exporting Tushare stock-market data, with only minor setup-related notes about using a Tushare API token and dependency metadata.
Findings (2)
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.
"requirements": ["tushare"]
The metadata references a Tushare dependency but does not pin a version or provide an install specification. This is aligned with the skill purpose, but users should verify the package source if they install it.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
需要配置 Tushare API Token: ``` tushare_token=你的 token ```
The skill requires a service API token. This is expected for Tushare data access, but it is still credential material that users should not expose unnecessarily.
