Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
openclaw-recovery-drill
Test OpenClaw recovery readiness, rehearse backup/restore, run disaster-recovery drills
The skill is a legitimate OpenClaw disaster-recovery readiness checker that safely audits workspace and backup state without any malicious behavior.
Skill Nameopenclaw-recovery-drill
Duration24.7s
Enginepi
Safe to install
No action required. This skill performs read-only filesystem checks to verify backup readiness.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE READ ✓ Aligned scripts/recovery-drill.mjs:32 - fs.existsSync() for backup/workspace checks only
Network NONE NONE No network imports or calls in codebase
Shell NONE NONE No shell execution; only uses node child_process.execFileSync in tests (not runt…
Environment NONE NONE os.homedir() used for path resolution only, no env iteration

File Tree

6 files · 13.0 KB · 360 lines
JavaScript 2f · 173L Markdown 3f · 152L JSON 1f · 35L
├─ 📁 references
│ └─ 📝 drill-checklist.md Markdown 32L · 1.2 KB
├─ 📁 scripts
│ └─ 📜 recovery-drill.mjs JavaScript 137L · 5.7 KB
├─ 📁 tests
│ └─ 📜 test.mjs JavaScript 36L · 1.5 KB
├─ 📋 package.json JSON 35L · 977 B
├─ 📝 README.md Markdown 62L · 1.5 KB
└─ 📝 SKILL.md Markdown 58L · 2.1 KB

Security Positives

✓ No network requests or external communications
✓ No shell execution during runtime (only in tests for self-validation)
✓ No credential harvesting or sensitive file access (~/.ssh, ~/.aws, .env)
✓ No obfuscation, base64, or eval patterns
✓ No data exfiltration or C2 communication
✓ Read-only filesystem operations limited to backup/workspace existence checks
✓ Documentation accurately describes script behavior
✓ No supply chain risks; only uses Node.js built-in modules (fs, os, path)
✓ MIT license, OpenClaw Community author