CNY RMB A股 China A shares Stock
Analysis
The skill mostly matches its stock hot-search purpose, but it has an unexplained sensitive-credentials signal despite saying no credentials are needed.
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.
url = "https://weibo.com/ajax/side/hotSearch" ... "keyword": item.get("word", "") ... lines.append(f" #{item['keyword']}# 🔥{hot_str} ...")The script fetches public Weibo hot-search text and copies it into the report. This is purpose-aligned, but the retrieved text is untrusted and could be instruction-like if later read by an agent.
- akshare (`pip3 install akshare`)
The skill relies on a third-party Python package installed without a version pin. This dependency is purpose-aligned, but unpinned packages can change behavior over time.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required env vars: none; Primary credential: none; Capability signals: requires-sensitive-credentials
The credential contract says no credentials are required, but the capability signal says the skill requires sensitive credentials. The artifacts do not explain what credentials would be used for or how their scope is bounded.
