OpenClaw: An autonomous LLM agent framework using a kernel-plugin architecture, capable of complex tasks like coding and system administration
TCB: Trusted Computing Base—the set of all hardware, firmware, and software components that are critical to the security of the system
RAG: Retrieval-Augmented Generation—fetching external data to ground LLM responses
ReAct: Reason+Act—a paradigm where agents generate reasoning traces before executing actions
Indirect Prompt Injection: Attacks where malicious instructions are embedded in external content (e.g., websites) that the agent retrieves, rather than in the direct user prompt
Memory Poisoning: Injecting malicious information into an agent's long-term storage to permanently bias its future behavior
Intent Drift: A phenomenon where an agent's decision-making progressively deviates from the user's original goal due to complex interactions or accumulated context errors
Confused Deputy: A security vulnerability where a privileged entity (the agent) is tricked into misusing its authority on behalf of a malicious party