fullbackup
Analysis
This skill appears to run a local backup as advertised, but users should notice that it creates retained local archives and delegates the real backup work to an existing script outside the skill package.
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_SCRIPT="/root/.openclaw/workspace/scripts/backup-local.sh" ... "$BACKUP_SCRIPT"
The included script is only a wrapper; the actual backup behavior depends on an existing local script outside the provided skill files.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Create a full local backup of the OpenClaw workspace and configuration ... store the archive in `/root/.openclaw/backups` ... Do not delete older archives.
The skill creates persistent local copies of workspace and configuration data, and instructs that older archives should remain.
