ai-video-generation
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references installation procedures for the
beltCLI tool and additional skills from the vendor's GitHub repository (github.com/inference-sh). - [COMMAND_EXECUTION]: The skill uses the
Bashtool, specifically constrained to thebeltcommand via theallowed-toolsconfiguration. This restricts the agent to a predefined set of actions provided by theinference.shplatform. - [INDIRECT_PROMPT_INJECTION]: The skill acts as a processing layer for potentially untrusted external data.
- Ingestion points: User-provided prompts, image URLs, audio URLs, and video URLs are ingested via the
--inputparameter of thebeltcommand inSKILL.md. - Boundary markers: Input data is structured using JSON payloads to separate instructions from data.
- Capability inventory: The skill is capable of executing the
beltcommand to interface with external video generation models. - Sanitization: The instructions do not specify explicit sanitization or validation of the URLs or prompt strings before they are passed to the CLI.
Audit Metadata