小说写作助手
Analysis
The artifacts look like a coherent local novel-writing helper; it creates and remembers project files, but shows no credential use, data exfiltration, or destructive behavior.
Findings (4)
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.
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.
用户提供了目录 → 使用用户目录; 用户没提供 → 使用 agent 工作目录 + `novel/<项目名>/`
The init command can create a full project tree in a user-chosen directory. This is expected for a writing-project skill, but it is local filesystem mutation that users should scope deliberately.
bash <skill>/scripts/bash/count-chinese-words.sh <文件路径>
The write workflow invokes a bash helper for word-count validation. This is purpose-aligned, but it means local command execution is part of normal use.
<<<<<<< HEAD version: 0.1.0 ======= version: 0.1.2 >>>>>>> 3a77ccf
Unresolved merge-conflict markers in the skill metadata indicate packaging hygiene issues. This does not show malicious behavior, but it is a provenance/quality signal users should notice.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
用户提到新设定时,AI 自动追加到对应文件 ... `/novel write` 执行前,必须读取 `.learnings/`
The skill creates persistent project memory that is automatically reused in future writing. This is expected for continuity, but stale, wrong, or private content could influence later outputs.
