ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides a link to CLI installation instructions hosted on the inference-sh GitHub repository at
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md. - [COMMAND_EXECUTION]: Uses the
infshcommand-line tool via theBashtool to authenticate users, list available AI models, and execute video generation tasks. - [PROMPT_INJECTION]: A surface for indirect prompt injection exists because the skill takes untrusted external URLs for image and audio processing as input to CLI commands.
- Ingestion points: The
--inputJSON payload forinfsh app runcommands accepts user-providedimage_urlandaudio_urlfields (found inSKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded content are used in the command templates.
- Capability inventory: The
infshtool executes remote inference jobs and can download content from provided URLs. - Sanitization: The skill does not include steps for validating or sanitizing the content of the provided URLs before passing them to the tool.
Audit Metadata