file-organizer-zh
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs extensive file system operations including reading directories, creating folders, and moving files using Node.js
fsandpathmodules. These operations are aligned with the skill's stated purpose of organizing files. - In
index.js, functionsscanDirectory,organizeFiles, andfs.renameSyncare used to relocate files into subdirectories based on extension categories (images, documents, etc.). - Access is limited to paths specified by the user or common system locations like Desktop and Downloads via
process.env.USERPROFILE.
Audit Metadata