Skip to content

createPromptInjectionGuard

function createPromptInjectionGuard(options?): InputProcessor;

Deterministic prompt-injection guard over inbound user text. Reuses the injection pattern set that already protects persistent memory writes (scanMemoryWrite) — one audited pattern source, two enforcement points.

False positive cost: the turn is refused with a polite message and the user can rephrase. False negative cost: instruction override — so the patterns err toward catching more.

Parameter Type

options

PromptInjectionGuardOptions

InputProcessor