p-video-avatar
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
beltCLI tool from a third-party source (belt-shorganization on GitHub). It also references external installation instructions athttps://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdwhich is outside the list of trusted vendors. - [PROMPT_INJECTION]: The skill examples and parameter definitions include a
disable_safety_filteroption set totrue. This configuration is used to instruct the underlying AI model to bypass its default content safety guidelines. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided content (
voice_script,video_prompt,voice_prompt) which is then interpolated into shell commands via thebeltCLI tool. - Ingestion points:
voice_script,video_prompt,voice_prompt,image, andaudioparameters within thebelt app runcommand inSKILL.md. - Boundary markers: None observed in the command templates or documentation to delimit untrusted input.
- Capability inventory: Execution of the
beltCLI tool using theBashtool to perform network-based inference. - Sanitization: The skill does not define specific sanitization or escaping logic for the user-provided strings before they are passed to the CLI.
Audit Metadata