可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
file-classification-manager
Intelligent file classification and routing system for OpenClaw workspace
Legitimate file classification manager with clean codebase and no malicious indicators.
技能名称file-classification-manager
分析耗时23.4s
引擎pi
可以安装
Skill is safe to use as documented. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 index.js:13 - fs.promises used for file operations within workspace only
文件系统 WRITE WRITE ✓ 一致 index.js:69 - fs.rename used to route files to projects/temp directories
网络访问 NONE NONE index.js - No network modules imported or used
命令执行 NONE NONE index.js - No child_process module imported
环境变量 NONE READ ✓ 一致 index.js:9 - Only reads OPENCLAW_WORKSPACE for workspace root, falls back to '.'

目录结构

3 文件 · 11.2 KB · 317 行
Markdown 1f · 151L JavaScript 1f · 151L JSON 1f · 15L
├─ 📜 index.js JavaScript 151L · 4.8 KB
├─ 📋 package.json JSON 15L · 459 B
└─ 📝 SKILL.md Markdown 151L · 6.0 KB

安全亮点

✓ No external dependencies - package.json has empty dependencies object
✓ No shell execution or child_process usage
✓ No network requests or external communication
✓ No credential harvesting or sensitive file access
✓ No obfuscation or base64-encoded code
✓ No remote script execution patterns
✓ File operations scoped to controlled workspace directories (projects/, temp/)
✓ Documentation accurately describes implementation
✓ MIT license indicates open-source transparency