Creator Course Outline

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears focused on drafting course outlines; the only notable behavior is a disclosed optional local Python helper that reads a chosen input and can write a chosen output file.

This looks appropriate for generating curriculum drafts. If you run the helper script, provide only the course materials you intend to process, choose the output path carefully, and review the generated outline before using it with learners or in a formal instructional-design process.

Findings (1)

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

If the helper is run, it can read the specified input material and create or overwrite the specified output file.

Why it was flagged

The skill explicitly allows running a bundled local Python script and writing an output file. This is disclosed and aligned with the course-outline purpose, but users should notice that it involves local execution and file output.

Skill content
如运行环境允许 shell / exec,可使用:
   - `python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`
Recommendation

Run the helper only with intended input files and safe output paths; use reviewable drafts or dry-run/stdout behavior when unsure.