talking-head-production
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Remote Code Execution (CRITICAL): The skill utilizes the pattern
curl -fsSL https://cli.inference.sh | shto install its CLI tool. This is a critical vulnerability as it executes unverified code from a remote server with shell-level privileges, bypassing security checks and integrity verification. - External Downloads (HIGH): The skill references and installs additional components using
npx skills add inference-sh/skills. Sinceinference-shis not a member of the trusted organizations whitelist, this introduces an unverified dependency risk to the environment. - Indirect Prompt Injection (LOW): The skill defines an ingestion surface for external data without adequate safeguards. Evidence Chain: 1. Ingestion points: The skill takes input for
imageandaudiofile paths in itsinfshcommands. 2. Boundary markers: No delimiters or warnings are used to separate untrusted data from instructions. 3. Capability inventory: TheBash(infsh *)tool allows the agent to execute any command within theinfshsuite. 4. Sanitization: No evidence of path validation or sanitization of input data before execution.
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