Skip to main content
Block adversarial prompt injection attempts with high-sensitivity detection. This policy analyzes user inputs for injection patterns and denies requests that score above the detection threshold.

Policy JSON

What It Does

  • Detects injection patterns including role hijacking, instruction override, delimiter attacks, and encoding-based evasion
  • Denies requests that match injection heuristics at high sensitivity
  • Logs all attempts to TealAudit for security review and incident response
  • Deterministic pattern matching — no LLM-based classification in the governance path

Example

User input:
Decision object:
Response to user:

Install

Customize

Sensitivity levels: low catches only obvious injection patterns. medium adds heuristic detection for encoding tricks and delimiter attacks. high enables all detectors including subtle role-shift patterns. Start with high and tune down if you see false positives.