Skip to main content
Agent Control includes powerful evaluators out of the box.

Built-in Evaluators

Contributed Evaluators


Regex Evaluator

Pattern matching using Google RE2 (safe from ReDoS attacks). Evaluator name: regex
Use cases: PII detection (SSN, credit cards, phone numbers), secret scanning (API keys, passwords), pattern-based blocklists.

List Evaluator

Flexible value matching with multiple modes and logic options. Evaluator name: list
match_mode="contains" uses word-boundary matching, not generic substring matching. For example, "admin" will match "admin user" but will NOT match "sysadministrator".
match_mode="starts_with" and match_mode="ends_with" use literal string prefix/suffix matching. They are not path-boundary aware, so "/safe" will also match "/safezone" when using starts_with.
Use cases: Keyword blocklists/allowlists, required terms validation, competitor mention detection, tool restriction lists.

Luna-2 Evaluator

AI-powered detection using Galileo’s Luna-2 small language models. Provides real-time, low-latency evaluation for complex patterns that can’t be caught with regex or lists. Evaluator name: galileo.luna2 Installation:
Requirements: Set GALILEO_API_KEY environment variable where evaluations run. Available metrics: