Back to skill
v0.1.0
Chinese Script Check Skill
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:25 AM.
Analysis
This is a coherent instruction-only script proofreading skill, with the main thing to notice being that it asks the agent to write local review files.
GuidanceBefore installing, note that this skill is instruction-only and focused on Chinese script proofreading. Use it in a folder where creating QUESTION.md, character_check.txt, and scene_check.txt is acceptable, especially if your script is confidential or those filenames already exist.
Findings (1)
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
作为中间文件character_check.txt,保存到本地。... 作为中间文件scene_check.txt,保存到本地。... 输出到 QUESTION.md
The skill asks the agent to create local intermediate files and a final report file. This is purpose-aligned, but users should be aware of local file writes and possible filename collisions.
User impactThe agent may create or overwrite local files named character_check.txt, scene_check.txt, and QUESTION.md while doing the review.
RecommendationUse the skill in a dedicated project folder or ask the agent before overwriting existing files.
