Novel Publish Ready

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a purpose-aligned novel quality checker that runs an included local scanner and stores local review results.

Before installing, be comfortable with the skill reading the manuscript files you provide, running the included local Python scanner, and creating local scan artifacts such as repeated-term results. No evidence of network access, credential use, destructive behavior, or hidden dependencies was found.

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.

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.