google-veo
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
allowed-toolsfield to restrict shell execution to theinfshcommand. This follow the principle of least privilege by limiting the agent's capability to a specific CLI tool. - [EXTERNAL_DOWNLOADS]: The documentation references installing the
inference-sh/skills@agent-toolspackage vianpx skills add. This is an external dependency within the vendor's own ecosystem for managing agent capabilities. - [PROMPT_INJECTION]: As the skill passes user-provided prompts directly to the
infsh app runcommand via JSON input, there is a surface for indirect prompt injection where malicious input could attempt to influence the video generation model's output. This is a common risk for generative AI integrations. - [DATA_EXFILTRATION]: The skill mentions
infsh loginfor handling authentication. This is a standard procedure for the service and does not involve hardcoded credentials or unauthorized access to sensitive local files.
Audit Metadata