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.

What this means

Installing unpinned dependencies can expose users to normal package supply-chain risk if a package or version is compromised.

Why it was flagged

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.

Skill content
pip install akshare pandas numpy
Recommendation

Install dependencies in an isolated environment, use trusted package indexes, and consider pinning known-good versions.