Akshare Stock Temp

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent stock-data helper that uses AkShare for public A-share market data, with only minor setup and provenance notes to review.

This appears safe for its stated purpose of querying public A-share market data. Before installing, verify the AkShare dependency source/version and confirm the registry/package metadata mismatch is expected.

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.

What this means

Installing the dependency from PyPI or another package source adds normal third-party package supply-chain risk.

Why it was flagged

The skill requires installing an external Python package, but no install spec or version pin is provided. This is purpose-aligned for AkShare-based market data, but users should verify the package source/version.

Skill content
pip install akshare
Recommendation

Install AkShare only from a trusted package index, consider pinning a known-good version, and review dependency updates if using this skill regularly.

What this means

The mismatch may make it harder to confirm exactly which package identity or version is being installed.

Why it was flagged

The packaged _meta.json identity differs from the supplied registry listing, which names the skill as akshare-stock-temp version 1.0.0 under a different owner ID. This is a provenance/packaging inconsistency, not evidence of malicious behavior.

Skill content
"ownerId": "kn7cv6afang2nh65cp9nasa5f9823tqc", "slug": "akshare-stock", "version": "1.0.1"
Recommendation

Confirm the skill publisher and version before installation, especially if relying on it in a production or financial-analysis workflow.