Moove-itMaggie Etulain4 min readintermediate
Poisoned Documents, Real Risks: Sebastián Passaro Puts AI’s Weakest Link to the Test at Testear.la 2026
Summary
Sebastián Passaro (Qubika) demonstrated a live RAG pipeline attack at Testear.la 2026, showing how a single poisoned document can hijack LLM outputs and trigger unsafe actions. He tied the demo to the OWASP LLM Top 10, highlighted open‑source tooling for finding such weaknesses, and advocated a defense‑in‑depth threat model for QA teams. The talk reframed AI from a testing aid to a security surfa…
- RAG pipelines inherit the same trust‑boundary issues as any external data source – a single malicious document can corrupt model responses.
- OWASP LLM Top 10 provides a practical checklist for identifying common LLM attack vectors, including prompt injection and data poisoning.
- Open‑source scanners can automate the discovery of vulnerable documents before attackers do; integrate them into CI/CD for continuous monitoring.
- Defence‑in‑depth for AI‑augmented QA means layered safeguards: input validation, retrieval filtering, model‑level guardrails, and post‑generation audits.
As RAG becomes the de‑facto method for injecting enterprise knowledge into LLMs, the attack surface expands dramatically. A poisoned internal document can cause misinformation, policy violations, or even trigger downstream automation, exposing organizations to compliance and security risks. Embeddi…
6/10




