find-dead-code
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands and static analysis tools to analyze source code.
- [Evidence]:
- Uses
find,grep,sed,sort,uniq, andheadto identify project languages and file distributions. - Invokes language-specific linters and build tools such as
vulture(Python),tscandeslint(TypeScript/JS),pmd(Java),go buildanddeadcode(Go),cargo check/clippy(Rust), anddotnet build(C#). - The execution is limited to scanning files in the current directory and producing a report, consistent with its stated purpose of finding dead code.
Audit Metadata