p-video-avatar
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill documentation includes a parameter
disable_safety_filterwhich is set totrueby default. This instruction explicitly directs the underlying model to bypass content safety guidelines. - [COMMAND_EXECUTION]: The skill uses the
beltCLI within a Bash environment to run thepruna/p-video-avatarapplication. It constructs shell commands using input parameters likevoice_script,video_prompt, andvoice_prompt, which may contain untrusted data. - [EXTERNAL_DOWNLOADS]: The skill references an external installation guide hosted on GitHub (
raw.githubusercontent.com/inference-sh/skills/) and prompts for external media URLs (images and audio) to be processed by the tool. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface.
- Ingestion points: Untrusted data enters the agent context through the
voice_script,video_prompt, andvoice_promptparameters inSKILL.md. - Boundary markers: There are no explicit delimiters or warnings to ignore instructions embedded within the processed text.
- Capability inventory: The skill is configured to execute shell commands via the
beltCLI tool using theBashcapability. - Sanitization: The skill lacks apparent sanitization or validation logic for the input strings before they are passed to the CLI tool.
Audit Metadata