ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands through the Bash tool to interact with the
beltCLI for model inference and account management. This execution is limited to thebeltcommand as defined in the skill's allowed-tools configuration. - [INDIRECT_PROMPT_INJECTION]: The skill processes external inputs such as URLs for images and audio, as well as text scripts, which are passed as arguments to CLI commands. This represents a vulnerability surface for indirect prompt injection, where malicious instructions could be embedded in the external content.
- Ingestion points: Example CLI commands in SKILL.md demonstrate passing URLs and text strings via the
--inputflag. - Boundary markers: JSON formatting is used for input parameters to provide data separation.
- Capability inventory: Shell access is restricted to the
beltcommand, limiting the impact of potential injection. - Sanitization: The skill relies on the underlying
beltCLI tool for validation and handling of external parameters. - [EXTERNAL_DOWNLOADS]: The skill references setup documentation hosted on the official GitHub repository for the inference-sh service, which is used for configuring the required CLI tool.
Audit Metadata