unzip
Warn
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill invokes
npx extract-zip, which dynamically fetches and executes theextract-zippackage from the npm registry at runtime.- [COMMAND_EXECUTION]: Automatically runspnpm install --no-frozen-lockfileif the extraction results in changes topackage.json. This action can trigger arbitrary code execution via post-install scripts contained within the extracted zip file.- [COMMAND_EXECUTION]: Employsnode -eto execute a JavaScript one-liner for decoding file content. While used here for base64 decoding, this pattern facilitates dynamic code execution.- [COMMAND_EXECUTION]: Provides instructions to modifypnpm-workspace.yamlto setallowBuildstotrue. This action specifically bypasses environment security constraints intended to block potentially malicious build scripts.- [PROMPT_INJECTION]: The skill defines a workflow where untrusted data (zip archive contents) is extracted and then used to trigger high-privilege system operations (dependency installation) without a validation step or human-in-the-loop review of the extracted files.
Audit Metadata