沟通五部曲

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.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

When invoked, the agent may produce every answer in the five-step format rather than responding directly.

Why it was flagged

The skill imposes a mandatory response structure whenever it is used. This is aligned with the communication-method purpose, but it can override a user's expectation for a short or direct answer.

Skill content
每次收到消息,回复前必须满足以下结构 ... ⚠️ 缺少任意模块 → 补上再发
Recommendation

Use this skill only when you want the five-step communication process, and explicitly ask the agent to shorten or skip the structure when it is not needed.

What this means

If the agent has memory, wiki, or web tools, conversation details and work results could be searched, reused, or saved for future tasks.

Why it was flagged

The instructions call for using vector memory, a wiki, web retrieval, and automatic storage into a memory system. This is consistent with the knowledge-loop purpose, but the artifact does not specify exact storage locations, retention, or approval boundaries.

Skill content
三层检索顺序(向量 → wiki → Web Fetch) ... 五步法的产出自动沉淀 ... 存入记忆宫
Recommendation

Confirm which memory/wiki sources the agent can access, avoid sensitive content unless appropriate, and require confirmation before storing or reusing important private information.