Education

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for education tasks and only shows disclosed local script execution and local progress storage, with minor metadata/runtime declaration gaps.

This appears safe for its stated education use. Before installing, be aware that it runs an included bash/python helper and stores progress locally in ~/.education/progress.json; check or clear that file if you do not want study-progress history retained.

Findings (3)

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

Using the skill may cause the agent to run the included local script to generate or manage study materials.

Why it was flagged

The skill is designed to run an included local bash helper script. This is disclosed and central to the skill's purpose, so it is a notice rather than a concern.

Skill content
bash scripts/script.sh plan <topic> [--weeks <num>] [--level beginner|intermediate|advanced] [--output json|text]
Recommendation

Review the script source if desired and install only if you are comfortable allowing this education skill to run its included bash/python helper.

What this means

Users may not see the runtime requirements or exact version consistently from registry metadata alone.

Why it was flagged

The registry metadata lists version 3.4.1 and no required binaries, while SKILL.md lists version 3.4.0 and bash/python3 requirements. This is a packaging/declaration mismatch, not evidence of malicious behavior.

Skill content
version: "3.4.0" ... Requirements
- bash 4+
- python3 (standard library only)
Recommendation

Treat bash 4+ and python3 as required for use, and prefer a corrected package/metadata update for clarity.

What this means

Study topics and milestones may remain on the device across sessions until reset or deleted.

Why it was flagged

The skill persists study topics and milestones locally so they can be reused for progress and review features.

Skill content
Progress data is stored in `~/.education/progress.json`.
Recommendation

Avoid storing sensitive study topics if that matters to you, and use the documented reset command or delete ~/.education/progress.json when you no longer want the data retained.