Technical Indicators
PassAudited by ClawScan on May 1, 2026.
Overview
The skill appears to be a coherent stock-technical-analysis tool with no artifact-backed evidence of hidden credential use, account access, destructive actions, or data exfiltration.
This skill appears suitable for technical stock analysis, but treat its buy/sell or position-sizing outputs as informational only. Install the Python dependencies carefully, preferably in a virtual environment, and avoid giving it brokerage credentials unless future versions clearly document and constrain that access.
Findings (1)
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.
Installing unpinned dependencies can expose users to normal package supply-chain risk if a package or version is compromised.
The skill asks the user to install third-party Python packages without pinned versions. This is purpose-aligned for financial data analysis, but users should verify package sources and versions.
pip install akshare pandas numpy
Install dependencies in an isolated environment, use trusted package indexes, and consider pinning known-good versions.
