A Stock Analysis 1.0.0
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is a legitimate A-share stock analysis and portfolio management tool. It fetches real-time and minute-level stock data from Sina Finance APIs (`hq.sinajs.cn`, `quotes.sina.cn`) as documented in `SKILL.md` and `analyze.py`. User portfolio data is stored locally in `~/.clawdbot/skills/a-stock-analysis/portfolio.json` by `portfolio.py`, which is a standard and safe location for skill-specific persistence. Input sanitization for stock codes is present in `analyze.py`, and there are no signs of prompt injection attempts in `SKILL.md`, arbitrary command execution, sensitive data exfiltration, or other malicious behaviors.
