Akshare

PassAudited by ClawScan on Feb 19, 2026.

Overview

The skill is internally consistent with its stated purpose (using the AKShare Python library to fetch Chinese market data); it requests no secrets, has no installer, and the included scripts perform straightforward data fetch-and-save operations.

This skill appears to do what it says: use AKShare to fetch Chinese market data and save CSVs. Before installing or running: (1) review and pin the AKShare package version you will install (pip install akshare from PyPI/GitHub) and inspect its dependency tree; (2) be aware AKShare scrapes public websites — respect rate limits and site terms of service and expect network requests; (3) run scripts in a sandbox or isolated environment if you're cautious, since they write CSVs to disk; and (4) for production/financial use consider a paid, supported data provider for reliability and SLA. There are no signs of credential exfiltration or unrelated access in the provided files.