google-veo
Warn
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs the agent to download and install external CLI tools and configuration files from third-party repositories.\n
- Evidence: Instructions to run
npx skills add belt-sh/cliand references tohttps://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md.\n- [COMMAND_EXECUTION]: The skill's operation is centered on executing shell commands through thebeltCLI tool to perform model inference.\n - Evidence: Multiple examples using
belt loginandbelt app runwith shell-executed arguments.\n- [PROMPT_INJECTION]: The skill ingests untrusted user-generated prompts and interpolates them directly into shell commands, presenting an indirect prompt injection surface.\n - Ingestion points: User-provided strings in the
promptfield of the shell commands inSKILL.md.\n - Boundary markers: None present to delimit user input from command logic.\n
- Capability inventory: The skill uses the
Bashtool to execute commands with user-controlled input.\n - Sanitization: None. Input is passed directly to the
beltCLI without validation or escaping.
Audit Metadata