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 bytes
scripts/ddg_search.py
text/plain · 3744 bytes
scripts/news.py
text/plain · 1235 bytes
scripts/options_links.py
text/plain · 933 bytes
scripts/uw.py
text/plain · 12348 bytes
scripts/yf.py
text/plain · 15085 bytes
skill-card.md
text/markdown · 2648 bytes
Security Scan
Status
clean
OpenClaw
gpt-5.5
OpenClaw analysis
This stock research skill is coherent and disclosed, with normal market-data network access and optional browser-based options-flow lookup.
Confidence: 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.