Novel Publish Ready

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

The agent may execute the included local scanner against manuscript files during review.

Why it was flagged

The skill instructs the agent to run an included local Python scanner for every chapter. This is disclosed and central to the stated quality-checking purpose.

Skill content
- **词频脚本**:`./freq_check.py`(必用,每章必跑)
Recommendation

Use it only on intended manuscript files and review the included script if local code execution is a concern.

What this means

Repeated words or phrases from a manuscript may influence later reviews and could retain private writing patterns locally.

Why it was flagged

The skill asks for repeated phrases from one chapter to be added to a library and reused in later checks, which is a disclosed form of persistent project context.

Skill content
**动态高频词库**:每章检查完毕,将重复词(同一短语≥2次)追加入库,下次检查同步扫描。
Recommendation

Keep any dynamic word library scoped to the current project, clear it when switching manuscripts, and avoid scanning unrelated sensitive text.