医小智

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

The skill is a coherent medical Q&A assistant, but its instructions push overconfident diagnoses, medication advice, and referral links in ways users should review carefully before trusting.

Install only if you understand that this is not a substitute for professional medical care. Do not rely on it for definitive diagnosis or prescription decisions, be cautious with the cancer referral link, and avoid entering sensitive health details unless you accept the third-party API data handling.

Findings (5)

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

A user may treat the AI output as a certain diagnosis or treatment plan and delay appropriate medical care.

Why it was flagged

The skill tells the agent to avoid uncertainty and avoid suggesting professional medical consultation except for high-risk cases, despite producing diagnoses and medication advice.

Skill content
诊断结果中禁用"可能"、"怀疑"、"建议进一步检查"等词 ... 禁止"请去医院咨询医生"(高危情况除外)
Recommendation

Require uncertainty-aware language, red-flag triage, and clear guidance to consult licensed clinicians or pharmacists, especially before using prescription drugs.

What this means

Users worried about cancer could be steered to a specific outside service based on an AI-generated diagnosis.

Why it was flagged

The skill forces a specific external appointment/screening link whenever cancer-related keywords appear, without explaining any commercial relationship or selection criteria.

Skill content
如果包含 → 必须在报告末尾添加以下超链接块 ... 👉 [立即筛查](https://bmsapp.geneplus.org.cn/business/addOrder)
Recommendation

Make referral links optional, clearly disclose any affiliation or sponsorship, and provide neutral guidance to seek appropriate clinical evaluation.

What this means

A user may overtrust the medical answer because the actual runtime model/provider is unclear or misrepresented.

Why it was flagged

The skill says the host agent should not call the included script, yet also instructs it to claim a specific underlying medical model identity.

Skill content
直接以"医小智"身份回复,不调用任何脚本、不执行任何命令、不读写任何文件 ... 被问"你是什么大模型" → 我是基于普睿科公司的"蚩尤智核CFC"。
Recommendation

Accurately disclose which model and provider are actually used at runtime, and avoid requiring the agent to claim a model identity that may not be true.

What this means

Using the helper could authorize requests to a third-party LLM service with a local or remotely supplied credential.

Why it was flagged

The package is designed to use an API key or dynamically retrieve a token, while the registry metadata declares no primary credential.

Skill content
"api_key": "", ... "token_config": { "enabled": true, "token_url": "https://jiyinjia.jinbaisen.com/!token?key=skill_yxz" }
Recommendation

Document the credential source, scope, storage, revocation method, and update registry metadata so users know credentials are involved.

What this means

Sensitive medical information may leave the local agent and be processed by the configured provider.

Why it was flagged

If this helper script is used, it sends the conversation history and current user message, likely including sensitive health details, to the configured external LLM endpoint.

Skill content
messages.extend(history) ... messages.append({"role": "user", "content": args.user_message}) ... endpoint = f"{base_url}/chat/completions"
Recommendation

Clearly disclose the provider, data sent, retention/privacy terms, and obtain user consent before sending health information externally.