概念导读
Prompt injection is an attack where untrusted content attempts to override, redirect, or manipulate an LLM or agent's intended instructions.
- Related
Prompt Injection
Prompt injection is an attack where untrusted content attempts to override, redirect, or manipulate an LLM or agent's intended instructions.
For tool-using agents, prompt injection can lead to unsafe tool calls, data exfiltration, or persistent memory contamination.
Related
- agent-safety — Broader safety context.
- clawguard — Runtime defense against indirect prompt injection.
- ssl-skill-representation — Skill representation can interact with tool-use security.