SkillTree Learning Progress Tracker
PassAudited by ClawScan on May 1, 2026.
Overview
The artifacts align with a learning progress tracker and only show local JSON storage, with no network, credentials, shell commands, or destructive behavior.
This looks safe for tracking learning progress. Before installing, know that it stores local progress data in skill-tree.json or a chosen data file, avoid entering sensitive personal information, and review the included source because no external source repository or homepage is provided.
Findings (2)
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.
Your learning progress and any custom tree data can remain on disk and affect future suggestions; if the file is edited, corrupted, or stored in a shared folder, results may be wrong or visible to others.
The module persists the skill tree and completed-skills state to a local JSON file, creating local state that can be reused across sessions.
this.dataFile = options.dataFile || './skill-tree.json'; ... fs.writeFileSync(this.dataFile, JSON.stringify(this.data, null, 2));
Use the default local file or a clearly chosen project path, avoid putting sensitive personal information in skill names, and keep backups if the progress matters.
You have less external information for verifying the author's source, release history, or updates.
The registry metadata does not provide a source repository or homepage for external provenance checks, although the supplied files are simple and show no suspicious install behavior.
Source: unknown Homepage: none
Review the included files before installing and prefer verified sources or trusted registry ownership when available.
