Learning Evolution

PassAudited by ClawScan on May 11, 2026.

Overview

This skill appears to create local review templates for learning metrics, with no evidence of network access, credential use, or hidden behavior.

This looks safe to install for local template generation. Before running it, check where LEARNING_DATA_DIR points, and avoid putting sensitive user feedback or identifiable logs into the generated Markdown files unless you intend to retain them.

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.

What this means

Running the commands will execute local scripts and create or overwrite dated report files for the named skill.

Why it was flagged

The skill asks the user to run local shell scripts. This is disclosed and central to the skill's purpose, and the scripts only create local Markdown templates.

Skill content
./scripts/analyze-usage.sh --skill <name> --period 30d
Recommendation

Run the scripts only from the installed skill directory and review LEARNING_DATA_DIR if you want reports saved somewhere specific.

What this means

If sensitive feedback or usage information is entered into the generated reports, it may remain on disk and be reused in later reviews.

Why it was flagged

The generated reports are intended to be filled with usage logs, feedback, and observed outcomes, which could become persistent local records if the user adds sensitive details.

Skill content
Keep sensitive user feedback out of persisted reports unless retention is intentional.
Recommendation

Redact or anonymize sensitive user information before saving it in reports, and store reports only in an appropriate local directory.