ai-marketing-videos
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- REMOTE_CODE_EXECUTION (CRITICAL): The skill instructions include
curl -fsSL https://cli.inference.sh | sh. This pattern downloads and executes a shell script from an untrusted domain directly, which can lead to complete host compromise. - EXTERNAL_DOWNLOADS (HIGH): The skill downloads tools from
inference.shand usesnpxto add additional unverified skills frominference-sh/skills, none of which are on the trusted sources list. - COMMAND_EXECUTION (HIGH): The skill relies on arbitrary command execution via the
Bashtool for core operations including system login, package installation, and multi-step media processing workflows. - PROMPT_INJECTION (LOW): An indirect prompt injection surface is created in the explainer video workflow where model-generated output (
script.jsonfrom Claude-4.5) is used to drive subsequent tool calls without sanitization. Evidence Chain: 1. Ingestion points:script.jsongenerated by an external model. 2. Boundary markers: Absent. 3. Capability inventory: Shell access viainfshandBashtool. 4. Sanitization: None.
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