Learning Evolution
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: learning-evolution Version: 1.0.2 The skill bundle is a documentation utility designed to generate Markdown templates for tracking and analyzing skill performance. The shell scripts (analyze-usage.sh, suggest-evolutions.sh, track-effectiveness.sh) include robust input validation using regex to prevent path traversal and command injection. There is no evidence of network activity, data exfiltration, or malicious intent; the instructions in SKILL.md explicitly promote data safety and human review.
Findings (0)
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.
Running the commands will execute local scripts and create or overwrite dated report files for the named skill.
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.
./scripts/analyze-usage.sh --skill <name> --period 30d
Run the scripts only from the installed skill directory and review LEARNING_DATA_DIR if you want reports saved somewhere specific.
If sensitive feedback or usage information is entered into the generated reports, it may remain on disk and be reused in later reviews.
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.
Keep sensitive user feedback out of persisted reports unless retention is intentional.
Redact or anonymize sensitive user information before saving it in reports, and store reports only in an appropriate local directory.
