Wyckoff Screen
Analysis
The stock-screening behavior is mostly purpose-aligned, but the skill embeds an undeclared data-service token and routes Tushare requests to an undisclosed plain-HTTP IP endpoint.
Findings (4)
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.
三源优先级: tushare → baostock → efinance
The runtime fetch path includes Tushare and Baostock before Efinance, while the SKILL.md dependency section only highlights efinance, akshare, and scipy.
S(≥75分):强烈推荐; A(60~74分):满足买入条件
The skill presents ranked stock candidates with strong buy-oriented labels, even though it does not execute trades.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
TOKEN = '676658a3dc1be0f7...'; _http_url = 'http://140.143.209.128:5000'
A provider credential is embedded directly in the skill and paired with a custom endpoint, despite the registry declaring no required credentials or environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
pro._DataApi__http_url = _http_url
The script overrides Tushare's API URL to a plain-HTTP IP address, making the provider identity and data boundary unclear and exposing the embedded token and query traffic to that service.
