SKILL.md
text/markdown · 2890 字节
scripts/stock_cli.py
text/plain · 3578 字节
Security Scan
状态
clean
OpenClaw
gpt-5.5
OpenClaw 分析
This skill appears to be a coherent A-share stock data helper, with the main caveat that it asks users to install an unpinned third-party Python package.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: akshare-stock Version: 1.0.1 The skill bundle is designed to fetch A-share stock data using the AkShare library, aligning with its stated purpose. The `SKILL.md` provides clear instructions and examples for using AkShare functions, and the `scripts/stock_cli.py` implements a command-line interface for these functions. There are no signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. A minor bug exists in `scripts/stock_cli.py` where `stock_individual_fund_flow` is called without the `ak.` prefix, but this is a functional error and not a security vulnerability or malicious indicator.