landing-page-design
Fail
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches an installation script from
https://cli.inference.shand references binary downloads fromdist.inference.sh. It also pulls additional remote skill sets vianpxfrominference-sh/skills. - [REMOTE_CODE_EXECUTION]: Employs the
curl -fsSL ... | shpattern to install theinfshCLI. This method downloads and executes a shell script from a remote URL directly in the shell environment. It also usesnpxfor dynamic execution of remote skill packages. - [COMMAND_EXECUTION]: Uses the
Bashtool to run system commands, including the installation script,infshlogin and application runs, andnpxskill additions. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface.
- Ingestion points: Competitor research data from the
tavily/search-assistantapp run. - Boundary markers: None present to distinguish search results from agent instructions.
- Capability inventory: Subprocess calls through the
infshCLI andBashtool. - Sanitization: No explicit sanitization or validation of the search assistant's output before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata