Back to skill
v1.0.0

A Share Event

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:39 AM.

Analysis

This is a coherent instruction-only stock event analysis skill, with a minor dependency note because it expects a separate local stock-data helper and web search.

GuidanceThis skill appears safe for its intended purpose of stock event analysis. Before installing, make sure you trust the separate cn-stock-data helper it calls, and verify important investment conclusions against official announcements or policy documents.

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.

Abnormal behavior control

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.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
SCRIPTS="$SKILLS_ROOT/cn-stock-data/scripts"
python "$SCRIPTS/cn_stock_data.py" quote --code [CODE]

The skill depends on an external local cn-stock-data helper script that is not included in this artifact set and is not declared as an install requirement. This is relevant supply-chain/provenance information, though it is directly aligned with the skill's stock analysis purpose.

User impactThe skill's data gathering may fail or depend on whatever cn-stock-data script is present locally, so results depend on the trustworthiness of that separate helper.
RecommendationUse this skill only with a trusted, reviewed installation of cn-stock-data, and confirm the local script path resolves to the expected helper.
Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
补充 web 搜索:公告原文、政策全文、分析师点评、历史类似事件案例。

The skill instructs the agent to use web search to gather event details and commentary. This is expected for announcement and policy analysis, but users should recognize that queries and retrieved web content can influence the final analysis.

User impactThe analysis may rely on external web content whose accuracy and framing vary.
RecommendationPrefer primary sources such as official公告/政策原文, and treat secondary commentary as supporting context rather than authoritative evidence.