google-veo
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
infshCLI tool to perform actions such as logging in, listing available models, and generating videos. These actions are performed using theBashtool. - [EXTERNAL_DOWNLOADS]: Mentions the installation of the
infshCLI and other related skills usingnpx skills add. These resources are hosted by the vendor (inference-sh) and are required for the skill to function. - [DATA_EXFILTRATION]: The
infsh logincommand is used to authenticate the user with the inference.sh platform, which involves transmitting credentials to the vendor's domain. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface because user-supplied prompts are interpolated into the
--inputargument of shell commands. - Ingestion points: The
promptfield within the JSON input forinfsh app runcommands. - Boundary markers: The prompt is encapsulated within a JSON string and single-quoted shell arguments.
- Capability inventory: The skill is authorized to use
Bashto runinfshcommands. - Sanitization: The skill does not explicitly define sanitization or escaping logic for the user-provided prompt text.
Audit Metadata