扫描报告
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.
可以安装
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
├─
package.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ 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