Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
workspace-manager
Workspace organization and cleanup utility for OpenClaw
Workspace Manager skill is a legitimate file organization and cleanup utility with no malicious behavior detected.
Skill Nameworkspace-manager
Duration25.9s
Enginepi
Safe to install
This skill is safe to use. Continue using standard security practices with all skill permissions.
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned All file operations (organize, archive, cleanup) declared in SKILL.md
Shell WRITE WRITE ✓ Aligned Bash scripts (pipeline.sh, health-check.sh, etc.) declared as tool wrappers
Network NONE NONE Sync uses optional gog CLI, not direct network calls
Skill Invoke NONE NONE No skill chaining declared

File Tree

11 files · 37.5 KB · 1128 lines
Shell 6f · 640L Markdown 2f · 246L Python 1f · 224L JSON 2f · 18L
├─ 📁 config
│ ├─ 📋 patterns.json JSON 10L · 627 B
│ └─ 📋 sync-config.json JSON 8L · 271 B
├─ 📁 scripts
│ ├─ 🔧 archive.sh Shell 66L · 1.6 KB
│ ├─ 🐍 cleanup.py Python 224L · 7.6 KB
│ ├─ 🔧 health-check.sh Shell 130L · 3.9 KB
│ ├─ 🔧 organize.sh Shell 83L · 2.7 KB
│ ├─ 🔧 pipeline.sh Shell 160L · 5.1 KB
│ ├─ 🔧 standardize.sh Shell 83L · 2.3 KB
│ └─ 🔧 sync.sh Shell 118L · 3.7 KB
├─ 📝 CHANGELOG.md Markdown 63L · 2.9 KB
└─ 📝 SKILL.md Markdown 183L · 6.9 KB

Security Positives

✓ Uses trash-put instead of rm for recoverable deletions
✓ Default dry-run on all destructive operations
✓ Protected paths whitelist prevents accidental deletion of critical files
✓ 24-hour recent-file protection prevents deleting active files
✓ Sync step gracefully skips if gog CLI is not available
✓ All functionality clearly documented in SKILL.md
✓ No obfuscation or encoded payloads
✓ No credential harvesting or sensitive data access
✓ No network exfiltration or C2 communication