Drama Script

AdvisoryAudited by Static analysis on May 12, 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 skill may create, update, package, send, and clean up drama-project files in the active workspace.

Why it was flagged

The workflow creates project directories/files and deletes its own draft after saving, which is expected for a project-generation skill but still modifies local workspace files.

Skill content
按项目结构创建项目文件夹 `{workspace}/{剧名}/` 及所有必需的子目录。...保存到项目文件夹,保存成功后删除草稿。
Recommendation

Run it in the intended workspace, avoid storing unrelated sensitive files alongside the project, and keep backups if generated drafts matter.

What this means

Your story ideas and generated project files may be read by subagents as part of the writing and QA process.

Why it was flagged

The skill explicitly routes project generation and QA through subagents when available, so project content may be shared across agent boundaries.

Skill content
子代理模式 — 主代理是调度者,所有内容生成和质检委派子代理完成
Recommendation

Do not include sensitive business or personal material unless you are comfortable with the agent/subagent environment handling it.

What this means

Old drafts or partially generated project files may be used as context when resuming a project.

Why it was flagged

The skill reuses existing project files, drafts, and QA reports to resume work, so stale or unintended files can influence future outputs.

Skill content
项目中断后重新启动时,按以下顺序检查文件状态,从第一个缺失/未完成的环节继续。
Recommendation

Review or remove stale project folders and draft files before asking the skill to resume.