cleanup-unused

Pass

Audited by Gen Agent Trust Hub on Jun 21, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes shell commands to run static analysis tools like knip, vulture, and staticcheck. It also manages project state using git and handles cleanup through rm and package manager removal commands (bun remove, pip uninstall, cargo remove).
  • [EXTERNAL_DOWNLOADS]: The skill installs necessary developer tools (staticcheck, cargo-machete) on demand from their respective official package registries (Go proxy, Crates.io) when not already present in the environment.
  • [SAFE]: The skill implements significant safety guardrails, including requiring a clean git working tree before proceeding, performing a 'verify' step (running tests and linters) after deletions, and automatically reverting changes if any verification step fails.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 21, 2026, 09:28 AM
Security Audit — agent-trust-hub — cleanup-unused