Correction Memory
Analysis
This skill appears purpose-aligned, but it stores corrections persistently and reuses them automatically to steer future agents.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
cp references/correction-tracker-template.js $OPENCLAW_WORKSPACE/lib/correction-tracker.js node $OPENCLAW_WORKSPACE/lib/correction-tracker.js
The installation instructions ask the user to copy and run an included JavaScript helper. This is disclosed and central to the skill, but it is still local code execution.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
automatically injects it into future spawns of the same agent type
The skill intentionally turns logged corrections into persistent context for future agents, which is useful but means incorrect or overly broad corrections can influence later tasks.
