Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
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 Namefile-classification-manager
Duration23.4s
Enginepi
Safe to install
Skill is safe to use as documented. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
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 151L · 4.8 KB
├─ 📋 package.json JSON 15L · 459 B
└─ 📝 SKILL.md Markdown 151L · 6.0 KB

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