image-to-video
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executebeltCLI commands for inference and media processing, which is limited to the tool's intended functionality via platform restrictions. - [EXTERNAL_DOWNLOADS]: The skill directs users to install the
belt-sh/clipackage and references installation documentation hosted on GitHub (inference-sh/skills). - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface as it ingests user-provided text for prompts and interpolates it into CLI command arguments.
- Ingestion points: User-defined strings for the
promptkey in JSON payloads passed tobelt app runcommands. - Boundary markers: User input is encapsulated within JSON objects provided as command-line arguments.
- Capability inventory: The skill is constrained to using the
beltcommand via theBashtool. - Sanitization: The skill does not implement explicit sanitization or filtering for user-provided prompts within the provided examples.
Audit Metadata