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.
The agent may execute the included local scanner against manuscript files during review.
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.
- **词频脚本**:`./freq_check.py`(必用,每章必跑)
Use it only on intended manuscript files and review the included script if local code execution is a concern.
Repeated words or phrases from a manuscript may influence later reviews and could retain private writing patterns locally.
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.
**动态高频词库**:每章检查完毕,将重复词(同一短语≥2次)追加入库,下次检查同步扫描。
Keep any dynamic word library scoped to the current project, clear it when switching manuscripts, and avoid scanning unrelated sensitive text.
