landing-page-design
Fail
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user to install the vendor's CLI tool using a piped shell script execution pattern:
curl -fsSL https://cli.inference.sh | sh. This pattern executes code directly from a remote server without automatic verification. While common for CLI installations, it represents a risk as the script's content is determined at runtime by the remote server. The skill also suggests usingnpxto add related skills from a vendor-controlled repository, which involves downloading and executing code at runtime. - [EXTERNAL_DOWNLOADS]: The skill performs multiple network operations to fetch external resources, including the CLI installation script from
cli.inference.sh, manual installation binaries and checksums fromdist.inference.sh, and additional modular skills vianpxfrom the vendor's repository. These downloads are central to the skill's functionality. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to executeinfshcommands for image generation and market research. The execution environment is restricted by theallowed-toolsconfiguration to only permit commands starting withinfsh, which is a positive security constraint. - [PROMPT_INJECTION]: The skill integrates with external search tools (e.g.,
tavily/search-assistant) to fetch competitor data, creating an indirect prompt injection surface. - Ingestion points: External search results from the
tavily/search-assistantapp are read into the agent's context. - Boundary markers: None identified; the instructions do not implement delimiters or warnings to treat external results as untrusted data.
- Capability inventory: The agent has the ability to execute
infshcommands (Bash) to generate images and perform further research based on search outputs. - Sanitization: There is no evidence of sanitization or validation of the content retrieved from external search providers.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata