p-video
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references installation instructions and additional functionality from the inference-sh GitHub organization, which is a well-known service for AI model inference.
- [COMMAND_EXECUTION]: The skill uses the
beltCLI tool to run AI models on remote infrastructure via shell commands. - [INDIRECT_PROMPT_INJECTION]: The skill passes user-controlled strings (e.g., video prompts, image URLs, audio URLs) as arguments within a JSON string to the
belt app runcommand. This configuration establishes a surface where malformed user input containing shell metacharacters could potentially attempt to escape the JSON context and execute unintended commands. - Ingestion points: The
prompt,image, andaudiofields within the--inputJSON payload inSKILL.md. - Boundary markers: Input values are enclosed in JSON double quotes and the entire payload is wrapped in single quotes, providing basic structural separation but no inherent defense against adversarial escape sequences.
- Capability inventory: The skill is granted access to the
Bashtool restricted to thebeltcommand. - Sanitization: There is no explicit evidence of input validation, escaping, or sanitization within the skill instructions; it relies on the executing agent's internal safety measures.
Audit Metadata