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.
Using the skill may cause the agent to run the included local script to generate or manage study materials.
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.
bash scripts/script.sh plan <topic> [--weeks <num>] [--level beginner|intermediate|advanced] [--output json|text]
Review the script source if desired and install only if you are comfortable allowing this education skill to run its included bash/python helper.
Users may not see the runtime requirements or exact version consistently from registry metadata alone.
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.
version: "3.4.0" ... Requirements - bash 4+ - python3 (standard library only)
Treat bash 4+ and python3 as required for use, and prefer a corrected package/metadata update for clarity.
Study topics and milestones may remain on the device across sessions until reset or deleted.
The skill persists study topics and milestones locally so they can be reused for progress and review features.
Progress data is stored in `~/.education/progress.json`.
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.
