Back to skill
v1.0.0

头脑超级风暴

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:29 AM.

Analysis

This is a coherent brainstorming/design skill, but users should notice that it may read project context, create and commit a design document, and hand off to other skills.

GuidanceThis skill appears safe for its intended design-brainstorming purpose. Before use, make sure you are comfortable with it reading the current project context and ask for confirmation before it writes or commits the design document. Also review any follow-on skills it asks to use.

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
- 首先查看当前项目状态(文件、文档、最近提交) ... - 将验证通过的设计写入 `docs/plans/YYYY-MM-DD-<topic>-design.md` ... - 提交设计文档到 git

The skill directs the agent to inspect project files/history and to write and commit a design document. This is purpose-aligned for a design-planning skill, but it involves local repository reads and writes.

User impactThe agent may look at project materials and create a git commit containing the design document.
RecommendationConfirm the intended project, document path, and git commit before allowing the skill to write or commit changes.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
SKILL.md
**REQUIRED SUB-SKILL:** 使用 `core-writing-plans` 创建详细实施计划 ... **RECOMMENDED:** 使用 `embedded-datasheet-analysis` ... `simulation-requirements`

The skill references required and recommended follow-on skills that are not part of the provided artifact set. This is disclosed and workflow-related, but those additional skills would need their own review.

User impactContinuing past brainstorming may cause the agent to rely on other skills with separate behavior and permissions.
RecommendationReview any referenced sub-skills before installing or invoking them, especially if they add code execution, credentials, or broader system access.