蜡烛图分析
Analysis
The skill appears to fetch public stock-market data and generate candlestick charts, with no evidence of credential use, persistence, or destructive actions.
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.
No install spec — this is an instruction-only skill.
The script relies on third-party Python packages, but the artifacts do not declare package versions or an installation source. This is not suspicious by itself, but it leaves dependency provenance to the user.
df = ak.stock_zh_a_hist_tx(symbol='sh'+code, start_date=start_date, end_date=end_date)
The script sends the requested stock code and date range to an external market-data provider through akshare. This matches the stated charting purpose and does not show credential or sensitive local data use.
