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 tscto identify unused locals, parameters, and types. - It spawns sub-agents to perform complex grep-based searches and parallel code modifications.
- It uses
rmto 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, andbun run build. - [EXTERNAL_DOWNLOADS]: The skill uses
bunxwhich 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