绿联NAS OpenClaw备份
Security checks across static analysis, malware telemetry, and agentic risk
Overview
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.
Use this skill only when you intend to back up or restore this OpenClaw deployment. Choose a safe backup directory, keep archives private, verify that a backup is trusted before restoring it, and create a current backup before overwriting existing configuration.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
Restoring the wrong or untrusted backup could replace the current OpenClaw configuration and skills.
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.
用户确认后执行恢复 / Execute restore after user confirmation ... 警告:恢复会覆盖现有配置 ... cd /root tar -xzf "$BACKUP_DIR/openclaw-backup-20260317-143022.tar.gz"
Restore only from trusted backup files, confirm the target path before proceeding, and make a fresh backup of the current state before overwriting it.
Backup archives may expose private OpenClaw data if shared or stored insecurely, and restoring a tampered archive could affect future agent behavior.
The backup includes persistent OpenClaw state, workspace content, and skills, which may contain private data or behavior-shaping artifacts that persist across future use.
- `~/.openclaw/` — 所有配置和数据 / All config and data - `~/.openclaw/workspace/` — 工作空间和 Skills / Workspace and skills - `~/.openclaw/openclaw.json` — 主配置文件 / Main config file
Store backup archives securely, limit who can modify them, and inspect or verify archives before restoring.
