Folder Tree Generator
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw skill 'folder-tree-generator' is benign. Its `index.js` uses standard Node.js `fs` and `path` modules to read directory structures and file metadata, generating either an ASCII tree or JSON output, which aligns perfectly with its stated purpose. There are no network calls, arbitrary command executions, data exfiltration attempts, or persistence mechanisms. The `SKILL.md` provides clear, non-malicious instructions, and `scripts/test.js` is a standard unit test. Input validation for the target directory is present, and file system operations are limited to reading, posing no inherent malicious risk.
