Screen content before it enters agent context
jev_screenScreens fetched or external text before an agent reads it, flagging prompt injection, substantive content, and task relevance. Returns: pass, review, block, or skip.
Instructions
Judge fetched or external text with TypeSafe Jev before an agent reads it: probability it contains instructions aimed at an AI agent (prompt injection), whether it has substantive content, and (when a purpose is given) whether it is relevant to the task. Returns a recommendation: pass | review | block | skip. Pattern: docs.typesafe.ai/cookbooks/llm_guardrails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The content to screen, e.g. a fetched web page or pasted document. | |
| purpose | No | What the consuming agent is trying to do; enables a relevance judgment and the 'skip' action. | |
| block_at | No | Injection probability at or above which content is blocked. Default 0.75. | |
| review_at | No | Injection probability at or above which content is flagged for review. Default 0.25. |