remove-deadcode

Pass

Audited by Gen Agent Trust Hub on Jun 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes various shell commands to analyze and refactor the codebase.
  • It runs bunx tsc to identify unused locals, parameters, and types.
  • It spawns sub-agents to perform complex grep-based searches and parallel code modifications.
  • It uses rm to delete confirmed dead files.
  • It performs standard Git operations (git add, git commit, git checkout) to manage changes in a controlled, atomic manner.
  • It verifies the integrity of the project after modifications by running bun run typecheck, bun test, and bun run build.
  • [EXTERNAL_DOWNLOADS]: The skill uses bunx which may download the TypeScript compiler if it is not already available in the environment's cache. This is standard and expected behavior for modern JavaScript/TypeScript development workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 5, 2026, 11:05 AM
Security Audit — agent-trust-hub — remove-deadcode