Back to skill
v1.2.0

AKShare CN Market

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 6:18 AM.

Analysis

This appears to be a read-only Chinese market data helper, with a minor caution that it asks users to manually install unpinned Python packages.

GuidanceBefore installing, use a trusted Python environment and consider pinning dependency versions. The skill otherwise appears limited to fetching public financial and macroeconomic data for research, not making trades or changing accounts.

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.

Abnormal behavior control

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.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
pip install akshare pandas

The skill depends on third-party PyPI packages installed without version pins or a lockfile. This is expected for an AKShare-based data tool, but users should recognize that dependency updates or package provenance can affect behavior.

User impactInstalling the dependencies may pull the latest versions of external packages, which could behave differently over time.
RecommendationInstall in a trusted Python environment and consider pinning reviewed versions of akshare and pandas before use.