dead-code-eliminator
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs a network request to check for updates against a version manifest.
- Evidence: Fetches
https://raw.githubusercontent.com/abpai/skills/main/versions.jsoninSKILL.mdto compare the local version with the remote version. - [COMMAND_EXECUTION]: The skill contains instructions to suggest and run a shell command for self-updating.
- Evidence: Prompts the user to run
npx skills update dead-code-eliminatorif a newer version is detected. - [REMOTE_CODE_EXECUTION]: The update workflow uses a package manager to download and run the latest version of the tool.
- Evidence: The
npxupdate mechanism involves executing remote code from a package registry, which is a standard procedure for maintaining vendor-provided tools.
Audit Metadata