ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references installation guidelines, assets, and CLI tools from the
inference-shGitHub repository andinference.shcloud storage. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided inputs such as image URLs, audio URLs, and text scripts, which creates a surface for indirect prompt injection when these are passed to remote inference models.
- Ingestion points: Inputs are accepted via
image,audio, andvoice_scriptfields in the JSON payloads passed to thebeltCLI tool inSKILL.md. - Boundary markers: External data is structured within JSON objects, which helps delimit data from instructions but does not prevent adversarial content within the strings.
- Capability inventory: The skill uses the
Bash(belt *)tool to execute remote AI models and interact with theinference.shAPI. - Sanitization: The skill does not perform local sanitization of URLs or scripts, relying instead on the security posture of the remote inference service.
Audit Metadata