logo-design-guide
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 'Quick Start' section includes the command
curl -fsSL https://cli.inference.sh | sh. This pattern pipes remote content directly into the shell for execution. Since 'inference.sh' is not a trusted domain, this represents a severe risk of unverified remote code execution.- EXTERNAL_DOWNLOADS (MEDIUM): The skill usesnpx skills add inference-sh/skillsto download additional tools. These dependencies are from an untrusted source and lack version pinning or integrity verification.- COMMAND_EXECUTION (MEDIUM): The skill'sallowed-toolsconfiguration permits theBashtool to execute any command starting withinfsh. Because this CLI tool is installed via an untrusted script, it grants broad and unverified execution capabilities to the agent.- PROMPT_INJECTION (LOW): The skill is vulnerable to indirect prompt injection. Evidence: 1. Ingestion points: User-provided 'prompt' text ininfsh app runcommands. 2. Boundary markers: Input is wrapped in single quotes within shell commands. 3. Capability inventory: Use ofBashand theinfshCLI for network and execution tasks. 4. Sanitization: No input sanitization is present, allowing potential shell breakout via malicious input in the prompt string.
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