Scan Report
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.
Safe to install
Skill is safe to use as documented. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | index.js:13 - fs.promises used for file operations within workspace only |
| Filesystem | WRITE | WRITE | ✓ Aligned | index.js:69 - fs.rename used to route files to projects/temp directories |
| Network | NONE | NONE | — | index.js - No network modules imported or used |
| Shell | NONE | NONE | — | index.js - No child_process module imported |
| Environment | NONE | READ | ✓ Aligned | index.js:9 - Only reads OPENCLAW_WORKSPACE for workspace root, falls back to '.' |
File Tree
3 files · 11.2 KB · 317 lines Markdown 1f · 151L
JavaScript 1f · 151L
JSON 1f · 15L
├─
index.js
JavaScript
├─
package.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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