绿联NAS OpenClaw备份
Analysis
This instruction-only backup skill is coherent and purpose-aligned, but its backups and restores include all OpenClaw configuration, data, workspace, and skills, so users should handle archives carefully.
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.
用户确认后执行恢复 / Execute restore after user confirmation ... 警告:恢复会覆盖现有配置 ... cd /root tar -xzf "$BACKUP_DIR/openclaw-backup-20260317-143022.tar.gz"
The restore process uses tar extraction under /root and explicitly overwrites existing OpenClaw configuration. This is disclosed and purpose-aligned, but it is a high-impact local state change.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- `~/.openclaw/` — 所有配置和数据 / All config and data - `~/.openclaw/workspace/` — 工作空间和 Skills / Workspace and skills - `~/.openclaw/openclaw.json` — 主配置文件 / Main config file
The backup includes persistent OpenClaw state, workspace content, and skills, which may contain private data or behavior-shaping artifacts that persist across future use.
