ai-avatar-video
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate integration for the inference.sh platform, providing users with commands to generate AI media using official tools.
- [COMMAND_EXECUTION]: The skill provides examples for executing the
infshcommand. The execution environment is restricted to theinfshtool as defined in theallowed-toolssection of the YAML frontmatter. - [EXTERNAL_DOWNLOADS]: References installation scripts and related skills located on the official GitHub repository for the vendor (
inference-sh/skills). These are verified vendor resources and do not pose a third-party supply chain risk. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it processes external data from URLs (images, audio, video).
- Ingestion points:
image_url,audio_url, andvideo_urlparameters in theinfsh app runcommands (SKILL.md). - Boundary markers: Absent; the skill relies on the underlying models and CLI for input handling.
- Capability inventory: Commands are limited to the
infshCLI tool via Bash (SKILL.md). - Sanitization: No explicit sanitization or validation of external URLs is performed within the instructions.
- Note: This is a low-level risk inherent to any tool that processes untrusted external media.
Audit Metadata