deps-setup
Fail
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses
sudo apt installto install system packages (libimage-exiftool-perlandmediainfo) on the host system. - [REMOTE_CODE_EXECUTION]: Fetches and executes the
uvinstallation script fromastral.shviacurl | sh. While this is an official distribution method for a well-known tool, it remains a remote code execution pattern. - [EXTERNAL_DOWNLOADS]: Downloads and installs software from multiple external ecosystems including GitHub repositories (
HKUDS/VideoAgent,LucasHJin/vit,facebookresearch/demucs), PyPI, and the Flathub registry. - [COMMAND_EXECUTION]: Performs global installation of the
editlypackage usingnpm install -g, which modifies the global system environment.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
Audit Metadata