zilliz
Fail
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to install or update the
zilliz-cliby fetching a shell script from the vendor's official GitHub repository (https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh) and piping it directly tobash. Although this is the vendor's official installation method, it constitutes remote code execution. - [COMMAND_EXECUTION]: The skill heavily uses shell commands via the
zillizutility to perform operations such as creating clusters, managing collections, and searching vectors. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied vector data and filter expressions by interpolating them into shell commands. This creates a surface where maliciously crafted data could potentially influence command execution.
- Ingestion points: The
--data,--filter, and--bodyflags inzilliz vectorandzilliz collectioncommands. - Boundary markers: The instructions lack explicit delimiters or guidance to treat user-provided data as untrusted.
- Capability inventory: The skill uses subprocess execution of the
zillizCLI for all operations. - Sanitization: No specific input validation or sanitization steps are defined for the agent to follow when handling external data.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh - DO NOT USE without thorough review
Audit Metadata