Chaining Abuse
High
- Category
- Tool Misuse
- Content
```bash # 修改保留天数 (默认 7 天) ls -t agent_backup_*.tgz | tail -n +8 | xargs -r rm # 改为保留 30 天:tail -n +31 # 修改备份目录
- Confidence
- 87% confidence
- Finding
- | xargs -r rm
Security checks across malware telemetry and agentic risk
This is a disclosed local backup-and-restore guide for OpenClaw state, with some sensitive-file and cleanup risks that fit its stated purpose.
Before installing or using this skill, review the referenced local backup, restore, and cron scripts on your machine. Treat backup archives as sensitive because they may contain identity, memory, user, and knowledge-base data. Restore only from backups you trust, and use caution with the retention command because it deletes older backup archives.
```bash # 修改保留天数 (默认 7 天) ls -t agent_backup_*.tgz | tail -n +8 | xargs -r rm # 改为保留 30 天:tail -n +31 # 修改备份目录
66/66 vendors flagged this skill as clean.