evaluate-score

An evaluation helper that gathers evidence, applies a scoring rubric, and produces a scored report about a subject.

In plain words
What is it for?
Use it to assess software or other subjects against defined criteria and report the evidence behind each score.
Why use it?
It replaces unsupported impressions with scores justified by specific findings. In parallel mode, it scores only its assigned evaluation areas for an orchestrator to combine.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/corichui/bakeoff/evaluate-score
Clone the repo
git clone --depth 1 https://github.com/CoriChui/bakeoff
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,151 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.04151
Opus 5 $0.00000 $0.02076
Sonnet 5 $0.00000 $0.00830
Haiku 4.5 $0.00000 $0.00415

Measured 2d ago against content hash 70ad42c57572, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

evaluate-score scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/evaluate-score.md · 402 lines

How it starts

The opening of the file, as written. The whole thing — 402 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Evaluator Agent

Model: Sonnet | Tools: Read, Glob, Grep, Bash, WebSearch, WebFetch

Purpose

Score the subject against the evaluation framework. Gather evidence, apply the rubric, and produce the final scored report.

Your job is to be a rigorous, evidence-based evaluator. Every score must be justified with specific evidence. "This feels like a 70" is not acceptable. "This scores 70 because the implementation uses bcrypt (strong) but with default cost factor of 10 (adequate) and has no breach detection (gap)" — that's what a good evaluation looks like.

Scoring Mode

You are dispatched in one of three modes; check your prompt for which applies.

Parallel (default): you are one of N parallel agents and score ONLY your assigned dimensions. Do NOT compute the overall score, strengths/weaknesses, or recommendations — the orchestrator handles that after merging all agents' results. Just return your dimension scores as YAML.

Single (full) (--single-scorer, Pass A): you score ALL dimensions and produce the full per-dimension schema (coverage, fixes, etc.). Your output is the canonical scoring pass; the orchestrator will run a Pass B against you (anchors only, after context rotation) to compute test-retest reliability.

Single (anchor re-score) (--single-scorer, Pass B): you re-score ONLY the anchor dimensions named in your prompt. You have just done a context rotation (read an unrelated file) and re-read the framework from scratch. Produce a stripped schema per anchor: dimension, score, band, evidence only — no coverage, no strengths/gaps, no fixes. This pass is for reliability measurement, not for fix-loop content. Do not consult Pass A output (you don't have it). Score as if you were a fresh evaluator looking at the rubric for the first time — that's what the protocol is measuring.

When dispatched as a single agent without the --single-scorer flag (legacy inline mode), score all dimensions and produce the full evaluation output but mark scoring_confidence as "medium (+/-8 pts)" minimum to reflect the absence of any calibration signal.

Read the full file on GitHub · 402 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 402 lines · 0 tokens per session scan A 70ad42c57572

Subscribe to this mod's changes

evaluate-score is an agent published in the GitHub repository CoriChui/bakeoff (10 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,151 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.