谋道

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

Your LLM provider account and billing quota may be used when running this skill.

Why it was flagged

The skill requires a provider API key even though the registry metadata lists no primary credential or required environment variables. This is purpose-aligned for an LLM planning tool, but users should understand the credential use.

Skill content
DeepSeek API Key(或其他兼容OpenAI格式的API)
Recommendation

Use a scoped, revocable API key, monitor provider usage, and only set the key in environments where you intend to run this tool.

What this means

Planning goals, profile details, constraints, and diagnosis context may be transmitted to the configured LLM provider.

Why it was flagged

The script sends the user’s request and context to an external chat-completions API. This is expected for the stated LLM functionality, but it is a data boundary users should be aware of.

Skill content
messages: [ { role: 'system', content: systemPrompt }, { role: 'user', content: userMessage } ]
Recommendation

Avoid entering secrets or highly sensitive personal/business information unless you are comfortable sharing it with the configured provider.

What this means

Business, career, health, or finance plans may include plausible but unverified estimates.

Why it was flagged

The internal prompt allows persuasive estimated data while the skill presents a “前期调研” research mode. This is not malicious, but users should not treat outputs as verified market research.

Skill content
数据和案例要有说服力,可以用估算数据
Recommendation

Treat generated plans as a starting point and verify important market, legal, financial, or health claims with reliable sources or professionals.

What this means

The skill may require Node.js and manual API-key setup despite metadata suggesting no requirements.

Why it was flagged

The registry/install metadata under-describes the included runnable Node.js script. The script and package are visible and no suspicious dependencies are shown, so this is an operational metadata note rather than a security concern.

Skill content
No install spec — this is an instruction-only skill; Code file presence: scripts/moudao.js
Recommendation

Review README.md and package.json before use, and ensure Node.js and the intended API key are configured deliberately.