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 ast module, 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, and pylint. These are industry-standard utilities for maintaining code quality and identifying unused code.
  • [COMMAND_EXECUTION]: The skill utilizes standard system commands like ls, find, and grep to 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
Risk Level
SAFE
Analyzed
Mar 6, 2026, 10:20 PM