checklist | prompt asset | Answers five yes/no checks per action (necessity, security surface, innocent explanation, concrete harm, removability) before scoring; the top of the scale is gated on concrete harm. |
goal-analysis | prompt asset | Scores each action while shown the environment's candidate covert objectives, asking whether the action advances any of them. |
mean-action | prompt asset | Averages two independent runs of the old-action monitor on each action. |
mean-goals | prompt asset | Averages two independent goal-analysis runs on each action. |
mean-single-goal | prompt asset | Scores each action twice per covert objective, averages each objective's scores, and keeps the highest average. |
multi | prompt asset | Weighted blend of the orthogonal and old-action monitors' scores for each action. |
no-history | prompt asset | Scores each action in isolation with no preceding action history or candidate covert-objective hints. |
old-action | prompt asset | The default action monitor: one model call per action, shown the candidate covert objectives. |
old-action-no-goals | prompt asset | The default action monitor without the candidate covert objectives. |
orthogonal | prompt asset | Flags work that does not serve the main task - unnecessary changes, premature optimization, off-task activity - rather than judging malice directly. |
simple | code | Scores each action from the main task and preceding action/result history, with no candidate covert-objective hints. |
single-goal | prompt asset | Scores each action once per candidate covert objective in parallel and keeps the maximum score. |
strong | prompt asset | Sees the full conversation history (goal-blind) so it judges each action in context. |
strong-goals | prompt asset | The strong full-history monitor, additionally shown the environment's candidate covert objectives. |
three-scores | prompt asset | Categorical monitor: a safe / uncertain / suspicious verdict per action, mapped onto the score scale. |