Capital Flow Analysis
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is a coherent stock capital-flow analysis tool with disclosed external financial data use, plus minor notes about unpinned dependencies and incomplete advertised functionality.
This appears safe for ordinary stock capital-flow analysis. Before installing, note that it relies on unpinned external Python packages and that the advertised Dragon Tiger List function is listed but not implemented in the provided code.
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.
Installing or running the skill may require external packages whose exact versions are not fixed by the artifact.
The skill depends on external Python packages without pinned versions or a lockfile in the provided artifacts. This is expected for the stated market-data purpose, but users should rely on trusted package sources.
"dependencies": ["akshare", "pandas"]
Install dependencies from trusted package repositories and consider pinning known-good versions if using this in a sensitive environment.
Stock codes submitted for analysis may be sent through the akshare data-access library to financial data sources.
The code performs external financial-data lookups through akshare using a stock code. This matches the skill purpose and does not show broad command execution or data mutation.
fund_flow = ak.stock_individual_fund_flow(symbol=code, market="sz" if code.startswith('3') else "sh")Use the skill for non-sensitive market-data queries and be aware that external data providers may receive requested stock symbols.
