ai-video-generation
Fail
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to download and execute a shell script from a remote URL (
https://cli.inference.sh) using thecurl ... | shpattern. This is a critical security risk as it executes unverified code with the same privileges as the agent environment. - [COMMAND_EXECUTION]: The skill relies on executing shell commands via the
infshCLI. While theallowed-toolsfrontmatter attempts to restrict the agent toinfshsub-commands, the installation instructions recommend usingcurlandsh, which creates a manifest inconsistency that could lead to unauthorized command execution if the platform's constraints are not strictly enforced. - [EXTERNAL_DOWNLOADS]: The skill suggests installing additional functionality using
npx skills add, which involves downloading and executing code from external repositories. It also references numerous external URLs for image and audio assets, which may originate from untrusted sources. - [PROMPT_INJECTION]: The skill defines a surface for indirect prompt injection by interpolating user-provided text directly into the
--inputJSON payloads of theinfshcommand. Maliciously crafted prompts could attempt to influence the CLI's behavior or the downstream AI model execution. - Ingestion points: User-supplied 'prompt' fields within the JSON input for
infsh app run(found inSKILL.md). - Boundary markers: Commands use JSON structures, which provide some data separation but do not fully prevent injection within the string values.
- Capability inventory: Subprocess calls via
Bash(infsh *)(found inSKILL.md). - Sanitization: None observed beyond basic JSON encapsulation.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata