ai-video-generation
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the
beltCLI and various sub-skills from theinference.shplatform. It provides a link to installation instructions hosted on a vendor-related GitHub repository (https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md). - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data, including text prompts and media URLs, which are passed to downstream AI models. This creates a surface for indirect prompt injection if the processed content contains instructions designed to manipulate the model's output or the agent's behavior.
- Ingestion points: JSON input fields
prompt,image_url,audio_url,video_url, andreference_imageused inbelt app runcommands. - Boundary markers: No explicit delimiters or warnings for the agent to ignore instructions within the processed data are specified in the instructions.
- Capability inventory: The skill has access to the
Bashtool to executebeltCLI commands, which interact with external APIs. - Sanitization: The instructions do not define any filtering or sanitization of the external content before it is processed.
Audit Metadata