#prompt-injection
-
What Is an LLM Firewall? Prompt-Layer Defenses Explained
An LLM firewall inspects prompts and completions for injection, PII, and unsafe content. What these controls catch, where they sit, and what they miss.
-
Prompt Injection Detection Tools: A Practitioner's Evaluation
Lakera Guard, Protect AI's DeBERTa classifier, Meta Prompt Guard, NeMo Guardrails, and LLM Guard on latency, false positives, and pipeline fit.
-
How to Detect Jailbreak Prompts: A Practitioner's Guide
How to detect jailbreak prompts with perplexity heuristics, trained classifiers, and multi-turn scoring, plus the blind spots of each approach.
-
How to Mitigate Prompt Injection Attacks: Defense in Depth
No single control stops prompt injection. This guide covers the layered defenses that reduce risk in production, from input hardening to monitoring.
-
Content Moderation for RAG: The Retrieval Layer Is an Attack Path
RAG pipelines have a moderation gap at the retrieval layer that input and output classifiers miss, because injected documents enter the context first.