Sharpagent Self Evolving

ReviewAudited by ClawScan on May 11, 2026.

Overview

This skill does not install code, but it asks the agent to automatically learn from every task and save lessons from task logs without clear limits or review controls.

Install this only if you intentionally want a persistent self-improvement workflow. Before using it, decide where learning records will be stored, how to remove them, whether sensitive tasks should be excluded, and whether the reflection loop should require explicit approval after each task.

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

The agent may spend time on self-improvement or continue working after the user expected the task to be finished.

Why it was flagged

This changes normal task completion into a mandatory follow-on workflow and can cause the agent to continue reflecting or experimenting even when the user only requested the original task.

Skill content
After every task, do a structured reflection. ... Every task completion (mandatory) ... Major errors mid-task (force deep mode)
Recommendation

Make the loop explicitly opt-in per task, require user confirmation before experiments, and provide a clear stop or skip instruction.

What this means

Private task details or incorrect lessons could be saved and later influence unrelated work.

Why it was flagged

The skill is meant to read prior task context and logs, then store lessons for future use, but the artifact does not define where this memory is kept, how long it persists, how sensitive data is excluded, or how users can review/delete it.

Skill content
reads: - Task - LearningEntry ... writes: - LearningEntry - ImprovementHypothesis ... "Access to read task output and logs"
Recommendation

Define a scoped storage location, retention policy, secret redaction rules, project/user boundaries, and a review/delete process for learning records.

What this means

Users may over-trust the skill's safety or provenance based on a self-declared status.

Why it was flagged

The skill self-attests that it is verified, while the supplied registry context lists the source as unknown and provides no homepage or independent verification evidence.

Skill content
trust_level: verified
Recommendation

Treat the verification claim as unproven unless the registry or publisher provides independent provenance and review evidence.