dspy-rag-pipeline
Warn
Audited by Snyk on Feb 16, 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.90). The skill configures a ColBERTv2 retriever pointing at the public index http://20.102.90.50:2017/wiki17_abstracts and explicitly retrieves and feeds those external passages into the generator as context, meaning it ingests untrusted third‑party (wiki/public) content that could carry indirect prompt injection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instantiates dspy.ColBERTv2 at runtime with the remote index URL http://20.102.90.50:2017/wiki17_abstracts, whose retrieved passages are injected into the model context and thus directly control prompts/generation.
Audit Metadata