image-to-video
Fail
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses a
curl | shpattern to install the CLI tool fromhttps://cli.inference.sh. This is documented as the official installation method for the platform. - [COMMAND_EXECUTION]: Interaction with the platform is performed via the
Bashtool, restricted to theinfshcommand set. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by interpolating user input into command arguments.
- Ingestion points: User prompts provided as JSON input for the
infsh app runcommands. - Boundary markers: None present; inputs are directly placed within JSON structures without instructions to ignore embedded commands.
- Capability inventory: The
Bashtool is used to executeinfshcommands. - Sanitization: There is no evidence of sanitization or validation performed on the user-provided prompts before execution.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata