dead-code-eliminator
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs static code analysis using the built-in
astmodule, which is a secure method for parsing code without execution. This prevents the execution of any malicious code contained within the analyzed files. - [EXTERNAL_DOWNLOADS]: The skill recommends the use of well-known and trusted Python static analysis tools such as
vulture,autoflake, andpylint. These are industry-standard utilities for maintaining code quality and identifying unused code. - [COMMAND_EXECUTION]: The skill utilizes standard system commands like
ls,find, andgrepto explore project structure and identify code patterns. These operations are appropriate for its stated purpose of code maintenance. - [DATA_EXPOSURE]: Analysis is performed locally on the user's codebase. The skill's scripts and instructions do not contain any network-based exfiltration patterns, hardcoded secrets, or unauthorized access to sensitive file paths.
Audit Metadata