Custom Commands
Analysis
The skill is coherent, but it deserves review because it defines broad file backup, sync, and delete commands, including cloud backup by default, without clear safeguards.
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.
`backup [path]` - Backs up files/folders to a specified location (default: cloud storage); `sync [source] [destination]` - Synchronizes files between locations; `clean [pattern]` - Deletes temporary files matching a pattern
These instructions define commands that can upload or copy files, synchronize locations, and delete files, but the artifact does not state approval, dry-run, path limits, exclusions, overwrite behavior, or the cloud destination.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Save only high-impact decisions ... Redact IPs, credentials, or internal URLs before storing ... Archive completed tasks to `memory/archived/` with dated filenames
The skill intentionally stores persistent task and decision records. The redaction rule is helpful, but the artifact does not define retention, review, or reuse boundaries for those memories.
