Scan Report
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.
Safe to install
This skill is safe to use. Continue using standard security practices with all skill permissions.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
│ └─
sync-config.json
JSON
├─
▾
scripts
│ ├─
archive.sh
Shell
│ ├─
cleanup.py
Python
│ ├─
health-check.sh
Shell
│ ├─
organize.sh
Shell
│ ├─
pipeline.sh
Shell
│ ├─
standardize.sh
Shell
│ └─
sync.sh
Shell
├─
CHANGELOG.md
Markdown
└─
SKILL.md
Markdown
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