Stock Analyzer
Analysis
Review recommended because the stock-analysis function is coherent, but the skill says it is not investment advice while also producing buy/hold-style recommendations.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
## 建议 - 短期:持有/买入 ... ## Safety 此工具仅用于技术分析和学习目的,不提供投资建议。
The same user-facing artifact shows buy/hold-style recommendations while also claiming the tool does not provide investment advice, creating inconsistent safety framing in a high-impact financial context.
运行: pip install yfinance pandas numpy matplotlib scikit-learn
The install guidance relies on unpinned third-party Python packages. These dependencies are expected for the stated stock-analysis purpose, but users should understand the supply-chain trust involved.
