video-ad-specs
Fail
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- REMOTE_CODE_EXECUTION (CRITICAL): The skill contains instructions to run
curl -fsSL https://cli.inference.sh | sh. This is a high-risk piped execution pattern that allows an untrusted remote server to execute arbitrary code on the agent's environment without verification. - EXTERNAL_DOWNLOADS (HIGH): The skill facilitates the installation of the
infshCLI and additional components frominference.sh, which is not a verified trusted source. It also usesnpxto add unverified remote skills. - COMMAND_EXECUTION (MEDIUM): The skill relies on the
Bashtool to execute several complexinfshcommands. While necessary for the skill's purpose, this provides a surface for command injection. - INDIRECT_PROMPT_INJECTION (LOW): The skill interpolates user-controlled prompts directly into shell command arguments. Evidence: 1. Ingestion points: JSON
promptvalues ininfsh app runcommands. 2. Boundary markers: Absent; user input is not delimited from command structure. 3. Capability inventory: The skill utilizes shell execution and network access. 4. Sanitization: No sanitization or escaping of user-provided content is implemented.
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