find-dead-code
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill performs static code analysis and identifies unused symbols across several languages. It is designed to be read-only and provides recommendations for cleanup without automated modification of the codebase.
- [COMMAND_EXECUTION]: The skill utilizes common developer CLI tools such as
knip,vulture,periphery,deadcode, andcargofor code analysis. These tools are executed to retrieve zero-reference counts and compiler warnings as part of the dead code detection process. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto run thekniputility, which may involve downloading the package from the official npm registry if it is not found in the local environment.
Audit Metadata