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, and sed for file operations.
  • Evidence: Use of Git operations such as git branch -d, git tag, and git mv for 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, and yarn for managing project dependencies.
  • Evidence: Utility tools like depcheck, ts-prune, and unimported are invoked via npx to perform code analysis using packages from official registries.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 23, 2026, 11:39 PM