ClawRAG - Self-hosted RAG & Memory

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill bundle is classified as suspicious due to its reliance on fetching and executing external code from various sources. The `SKILL.md` instructs the AI agent/user to perform `git clone` from a GitHub repository (github.com/2dogsandanerd/ClawRag.git), execute `docker compose up -d` which pulls and runs Docker images, and run `npx @clawrag/mcp-server` to install and execute an npm package. While these actions are plausibly needed for the stated purpose of setting up a local RAG service, they introduce a significant supply chain risk as the integrity of these external dependencies (GitHub repo, Docker images, npm package) cannot be guaranteed by the skill bundle itself. There is no clear evidence of intentional malicious behavior within the provided files, nor any prompt injection attempts to subvert the agent's core function.