unzip
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
unziputility and standard system diagnostic tools such asgrep,ls,chmod, andrm. These are used for listing contents, verifying file integrity, and managing permissions. - [EXTERNAL_DOWNLOADS]: The installation scripts (
scripts/install.shandscripts/install.ps1) download theunzippackage from official, well-known system repositories including APT (Debian/Ubuntu), DNF (Fedora/RHEL), Pacman (Arch), APK (Alpine), and Homebrew (macOS). - [PRIVILEGE_ESCALATION]: The PowerShell installation script invokes
sudoto update and install packages on Linux distributions. This is standard behavior for system-level software installation and is scoped to theunzippackage. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process external ZIP archives, which are potentially untrusted. It mitigates this attack surface by instructing the agent to always list archive contents (
unzip -l) and explicitly check for path traversal patterns (../or absolute paths) before performing any extraction. - [SAFE]: Instructions include security best practices for handling encrypted archives, such as recommending interactive password prompts or stdin pipes over plain-text command-line arguments to avoid leaking secrets in process history.
Audit Metadata