Akshare Finance

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: akshare-finance Version: 1.0.0 The OpenClaw AgentSkills bundle 'akshare-finance' is designed to provide financial data using the legitimate AKShare library. All Python scripts (`crypto_price.py`, `macro_data.py`, `stock_price.py`) correctly import and utilize `akshare` and `pandas` to fetch and process public financial data, outputting results in JSON format. The `SKILL.md` documentation specifies standard dependencies and provides benign usage examples, with no evidence of prompt injection attempts or instructions for the AI agent to perform unauthorized actions. There are no signs of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The skill's behavior is entirely aligned with its stated purpose.

Findings (0)

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 skill may install or use external Python packages that are not fully reviewed in these artifacts.

Why it was flagged

The skill depends on external Python packages with lower-bound version constraints. This is expected for an AKShare wrapper, but it means installation relies on package supply-chain trust rather than fully bundled code.

Skill content
"requires": { "pip": ["akshare>=1.12", "pandas>=1.5"] }
Recommendation

Install from trusted package indexes, consider pinning known-good versions, and review AKShare/pandas provenance if using this in a sensitive environment.