Built-in Evaluators
Contributed Evaluators
Regex Evaluator
Pattern matching using Google RE2 (safe from ReDoS attacks). Evaluator name:regex
Examples
Examples
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.Examples
Examples
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:
GALILEO_API_KEY environment variable where evaluations run.
Available metrics:
Examples
Examples