Working Memory Skill
Analysis
Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.
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.
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.
python <skill-path>/scripts/migrate.py <project-root> --dry-run ... python <skill-path>/scripts/migrate.py <project-root>
The skill asks the user to run local Python scripts that create and modify project files. This is central to the migration/scaffolding purpose and includes a dry-run path.
Patches AGENT.md by appending a memory-management instructions section ... a `.bak` backup is created ... Use `--skip-agent-patch` to skip this step.
The migration can persistently alter the agent's future instructions, but this behavior is disclosed, scoped to AGENT.md/AGENTS.md, backed up, and optional.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The assembled memory context ready for injection into a system prompt.
The loader combines saved memory files into context that may influence future agent behavior. This is expected for a working-memory skill, but persistent memory can carry stale, sensitive, or adversarial content forward.
