Tag
#prompt-injection
4 posts tagged prompt-injection.
- 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 to detect it.
- 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 database writes, and API key theft — and what mitigations actually close the gap.
- 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 production.