ai-rag-pipeline
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides examples for Retrieval-Augmented Generation (RAG) where untrusted data from web searches is processed by an LLM.
- Ingestion points: Content retrieved from external search tools like
tavily/search-assistantandexa/search(SKILL.md). - Boundary markers: The provided bash examples interpolate variables like
$SEARCH_RESULTand$CONTENTdirectly into prompts without using XML tags, triple backticks, or other delimiters to isolate untrusted content. - Capability inventory: The skill uses the
beltCLI tool which has the capability to run various external applications and perform network operations. - Sanitization: The examples do not demonstrate sanitization or validation of the retrieved web content before it is passed to the LLM.
- [EXTERNAL_DOWNLOADS]: The skill documentation references external skill packages and installation scripts from the tool provider's official repositories.
- Evidence: Installation instructions point to
npx skills add belt-sh/cliandhttps://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md(SKILL.md). - [COMMAND_EXECUTION]: The skill's primary functionality relies on executing commands via the
beltCLI to manage remote applications and inference tasks. - Evidence: Frequent usage of
belt app runfor search, extraction, and LLM invocation throughout the pipeline examples inSKILL.md.
Audit Metadata