ai-rag-pipeline
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION] (HIGH): The skill utilizes the pattern
curl -fsSL https://cli.inference.sh | sh. This downloads and immediately executes a shell script from a non-trusted third-party domain, providing a direct path for arbitrary code execution on the host system. - [COMMAND_EXECUTION] (MEDIUM): The
allowed-toolsconfiguration specifiesBash(infsh *). This is an overly permissive policy that allows the agent to execute any command starting withinfsh, which could be exploited to perform unauthorized actions or credential manipulation viainfsh loginif the agent's logic is subverted. - [PROMPT_INJECTION] (LOW): The skill exhibits a significant Indirect Prompt Injection surface. It retrieves arbitrary data from the web using search tools and interpolates the results (e.g.,
$SEARCH_RESULT,$CONTENT) directly into LLM prompts without using delimiters or sanitization. - Ingestion points:
infsh app run tavily/search-assistant,infsh app run exa/search, andinfsh app run tavily/extract. - Boundary markers: Absent. The data is directly embedded into natural language strings.
- Capability inventory: The skill has access to
Bashfor command execution. - Sanitization: None detected. The skill relies on the LLM to 'ignore' malicious instructions embedded in the search results.
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