dead-code-auditor
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various command-line auditing tools locally to identify dead code patterns. This includes running tools such as npx eslint, npx ts-unused-exports, python3 -m vulture, and staticcheck on the codebase.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the npx package runner to execute JavaScript-based auditing tools including eslint, ts-unused-exports, and depcheck. These tools may be downloaded from the official npm registry if they are not already available in the execution environment.
Audit Metadata