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...
SKILL.md
text/markdown · 3438 字节
scripts/ddg_search.py
text/plain · 3744 字节
scripts/news.py
text/plain · 1235 字节
scripts/options_links.py
text/plain · 933 字节
scripts/uw.py
text/plain · 12348 字节
scripts/yf.py
text/plain · 15085 字节
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.