Skip to main content

ai-rag-pipeline

Builds RAG pipelines for enhanced research and fact-checking using web search and LLMs, ensuring accurate and grounded AI responses.

Install this skill

or
72/100

Security score

The ai-rag-pipeline skill was audited on Feb 19, 2026 and we found 10 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 16

Piping content to sh shell

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 16

Curl to non-GitHub URL

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
low line 9

External URL reference

SourceSKILL.md
9Build RAG (Retrieval Augmented Generation) pipelines via [inference.sh](https://inference.sh) CLI.
low line 11

External URL reference

SourceSKILL.md
11![AI RAG Pipeline](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgndqjxd780zm2j3rmada6y8.jpeg)
low line 16

External URL reference

SourceSKILL.md
16curl -fsSL https://cli.inference.sh | sh && infsh login
low line 25

External URL reference

SourceSKILL.md
25> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elev
low line 130

External URL reference

SourceSKILL.md
130"https://example.com/research-paper",
low line 131

External URL reference

SourceSKILL.md
131"https://example.com/industry-report"
low line 309

External URL reference

SourceSKILL.md
309- [Adding Tools to Agents](https://inference.sh/docs/agents/adding-tools) - Agent tool integration
low line 310

External URL reference

SourceSKILL.md
310- [Building a Research Agent](https://inference.sh/blog/guides/research-agent) - Full guide
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →