ai-video-generation
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
infshCLI tool to interact with various AI video generation models. Documented commands includeinfsh login,infsh app list, andinfsh app runfor model execution. - [EXTERNAL_DOWNLOADS]: References installation instructions for the
infshCLI tool hosted on the vendor's official GitHub repository (inference-sh/skills). - [PROMPT_INJECTION]: The skill processes untrusted external data through prompts and media URLs, creating a surface for indirect prompt injection.
- Ingestion points: User-provided text prompts and remote URLs for images and audio files (e.g.,
image_url,audio_urlparameters inSKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands within the prompt data are documented.
- Capability inventory: Executes shell commands via the
infshtool through the allowedBashtool scope. - Sanitization: No explicit sanitization or validation of input prompts or remote content is described in the skill instructions.
Audit Metadata