Tag
#prompt-injection
6 posts tagged prompt-injection.
- Attack Techniques
LLM Jailbreak Techniques Explained: Eight Attack Patterns and What Defenders Do About Them
A technical breakdown of the eight most-used LLM jailbreak techniques — persona hijacking, many-shot flooding, adversarial suffixes, indirect injection
- LLM Security
OWASP Top 10 LLM Explained: Every Entry, What It Means, and What to Fix
The OWASP Top 10 for LLM Applications 2025 is the canonical vulnerability taxonomy for production AI systems. Here is every entry, what it means in
- attack-patterns
LLM Context Window Poisoning
Persistent malicious instructions via memory and context manipulation — how attackers plant long-horizon influence across LLM sessions and what it takes
- attack-patterns
Indirect Prompt Injection in RAG Pipelines
How attackers embed malicious instructions in documents that get retrieved into LLM context — and why RAG makes prompt injection a supply-chain problem.
- attack-patterns
Tool-Call Hijacking in Agentic Systems
How attackers exploit the gap between LLM reasoning and actual function execution to trigger unauthorized tool calls — exfiltration via email, rogue
- red-team
Building a CI Gate for Prompt Injection Regression
Stop shipping prompt-engineering changes that silently weaken your guardrails. A practical CI gate that catches injection regressions before they hit