nemo-retriever
Warn
Audited by Snyk on Jun 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Outsider free text can enter the LLM context via the runtime
retriever queryoutput: the CLI returns retrievedtextchunks originating from the user-provided PDFs/other documents, and those chunks are then synthesized into the assistant’sfinal_answer(i.e., arbitrary document text is ingested into the agent’s LLM context).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The install recipe in references/install.md fetches and installs remote code as part of setup — it runs git clone https://github.com/NVIDIA/NeMo-Retriever.git and pip installs (including pulling wheels via -i https://download.pytorch.org/whl/cu130), which downloads and executes external code that the skill depends on at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata