可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称workspace-manager
分析耗时25.9s
引擎pi
可以安装
This skill is safe to use. Continue using standard security practices with all skill permissions.
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 All file operations (organize, archive, cleanup) declared in SKILL.md
命令执行 WRITE WRITE ✓ 一致 Bash scripts (pipeline.sh, health-check.sh, etc.) declared as tool wrappers
网络访问 NONE NONE Sync uses optional gog CLI, not direct network calls
技能调用 NONE NONE No skill chaining declared

目录结构

11 文件 · 37.5 KB · 1128 行
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

安全亮点

✓ 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