AIGroup Market MCP

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 or using the skill may run code from the npm package, so trust in that package matters.

Why it was flagged

The skill relies on running an external npm package that is not included in the reviewed artifacts. This is central to the MCP skill's stated purpose, but users should verify the package provenance.

Skill content
Launch pattern: `npx -y aigroup-market-mcp`
Recommendation

Verify the npm package and GitHub project before use, and pin or review the package version where possible.

What this means

The MCP server can use the configured Tushare token and may consume API quota or access data available to that token.

Why it was flagged

The skill requires a Tushare API credential. This is expected for Tushare-oriented market data, but the registry metadata does not declare required environment variables.

Skill content
Required environment variable: `TUSHARE_TOKEN`
Recommendation

Use a token intended for this purpose, avoid sharing it in prompts or logs, and revoke or rotate it if you stop using the skill.