Stock Market Pro
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
v1.2.12
2026/02/15
Improve README/positioning copy (toolkit-style).
v1.2.11
2026/02/15
暂无更新说明。
v1.1.0
2026/01/29
暂无更新说明。
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
The skill's code, dependencies, and instructions match its stated purpose (yfinance-based quoting, charting, optional DDG news and UnusualWhales scraping); there are no unexplained credential or install demands and no evidence of hidden exfiltration.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: stock-market-pro Version: 1.2.12 The skill bundle provides tools for stock market analysis, news search, and options flow data. All scripts (`ddg_search.py`, `news.py`, `options_links.py`, `uw.py`, `yf.py`) perform their stated functions using standard libraries like `yfinance`, `ddgs`, and `playwright`. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`, `eval`), persistence mechanisms, or obfuscation. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts designed to manipulate the agent into unauthorized actions. `subprocess` calls are used safely by passing arguments as lists, preventing shell injection. The use of `--no-sandbox` for Playwright is a common practice for headless browsers and not indicative of malice in this context.