tushare

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a normal Tushare financial-data helper; the main things to notice are that it needs your Tushare token and installs Python packages.

Before installing, be prepared to provide a Tushare token only through a secure configuration method, and consider pinning Python dependency versions if you need reproducible behavior. The provided artifacts do not show hidden, destructive, or unrelated behavior.

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

The agent may use your Tushare account token to query financial data and access interfaces allowed by your Tushare credit level.

Why it was flagged

The skill requires a personal Tushare service token. This is expected for Tushare Pro access and no leakage or unrelated credential use is shown, but it is still an account credential.

Skill content
Token Required: Register at https://tushare.pro and obtain your personal Token from the User Center.
Recommendation

Use an environment variable or secure secret store for the token, avoid pasting real tokens into shared code or chats, and verify which Tushare data permissions your account has.

What this means

Installing later package versions may introduce changes outside the reviewed artifact text.

Why it was flagged

The skill depends on PyPI packages with lower-bound versions rather than pinned exact versions. This is normal for a Python API helper, but future package changes could affect behavior.

Skill content
tushare>=1.3.0
pandas>=1.5.0
Recommendation

Install from trusted package indexes and consider pinning exact dependency versions in controlled or production environments.