skill-cleanup
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions and the included Node.js script (
scripts/cleanup.mjs) utilize shell commands and filesystem APIs (e.g.,rm -rf,Remove-Item,rmSync) to delete directories and files. These operations are essential for the skill's primary purpose of system maintenance and are strictly scoped to known agent platform directories under the user's home folder. - [EXTERNAL_DOWNLOADS]: The skill setup process involves installing the
@inquirer/promptspackage from the public NPM registry. This is a standard dependency for Node.js-based interactive tools and originates from a well-known service.
Audit Metadata