repo-cleanup
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill employs various shell and Git commands to manage the project's file system and repository state. This is necessary for organizing directories and removing obsolete files.
- Evidence: Use of commands like
mv,rm -rf,mkdir, andsedfor file operations. - Evidence: Use of Git operations such as
git branch -d,git tag, andgit mvfor repository maintenance. - [EXTERNAL_DOWNLOADS]: The skill references official package managers and audit utilities to manage dependencies and identify unused code.
- Evidence: Instructions include the use of
npm,pnpm, andyarnfor managing project dependencies. - Evidence: Utility tools like
depcheck,ts-prune, andunimportedare invoked vianpxto perform code analysis using packages from official registries.
Audit Metadata