v1.0.1
2026/03/02
- Added a new "备选方案: Baostock" section with example code for using baostock if AkShare installation fails. - Updated "注意事项" to include a note about potential network issues and testing in the local environment. - No changes to skill functionality or API usage; documentation improvement only.
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
The skill is internally consistent with its stated purpose (using AkShare to fetch A‑share market and financial data); it requires no credentials or unusual system access and contains only a small functional bug, not malicious behavior.
置信度: 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.