Classroom Lesson Pack

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward lesson-plan generator; the main thing to notice is its optional local Python script that reads an input file and can write an output file.

This skill is coherent and low risk for drafting classroom materials. If you run the optional script, give it only the specific lesson input file you want processed, choose a safe output location, and anonymize student or classroom-sensitive information where possible.

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 used, the agent may run the bundled Python script to read the chosen input and write a chosen output file.

Why it was flagged

The skill discloses an optional local Python command. This is purpose-aligned support code for producing the lesson-plan output, not hidden or automatically forced behavior.

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

Only provide intended input and output paths, avoid sensitive student information unless needed, and review the generated draft before using it.