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.
npx skills add malloydata/publisher --skill eval-answergit clone --depth 1 https://github.com/malloydata/publisherWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/malloydata/publisher/eval-answer)<a href="https://agentmods.dev/skills/malloydata/publisher/eval-answer"><img src="https://agentmods.dev/badge/skills/malloydata/publisher/eval-answer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/malloydata/publisher/eval-answer"><img src="https://agentmods.dev/badge/skills/malloydata/publisher/eval-answer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00117 | $0.02071 |
| Opus 5 | $0.00059 | $0.01035 |
| Sonnet 5 | $0.00023 | $0.00414 |
| Haiku 4.5 | $0.00012 | $0.00207 |
Grade A, and why
eval-answer 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evaluate One Answer
One user intent, answered once. This skill decides whether that answer was correct, records the evidence, and stops.
Scope boundary: verdict and events only. No diagnosis, no model edit.
The unit
A chat is not the unit. Segment by user intent. Feedback ("break it out by region") is a revision inside the same answer; grade the final accepted revision.
Take the question from the stored case (evals/<set>/cases.jsonl), never from
memory or a truncated console line. Record question_sha of the exact text
the answerer saw. Record servedRevision from get_context or reload, not
the package name: a same-named decoy has been measured for hours.
Step 1: Contamination check, before any score
The answerer can Read or Shell its way to gold. Publisher traces do not see that, so the check runs on the HOST-side tool-use log you kept for the answerer subagent (every tool name and its path or command), plus the MCP call counts the answerer reported.
The checklist. An attempt is contaminated when its log shows any of:
- a Read, Shell, or any file tool touching
evals/or a gold artifact path; - any access to the model file under test through a file tool (the
modelPathargument on an MCPexecute_queryis NOT contamination; the server resolves it, the answerer never reads the file); reported_callsgreater thanhost_tool_uses(the detectable under-report floor is reported at most total tool uses).
skills/eval-answer/scripts/check_contamination.py is a reference aid that
mechanizes the same checklist over a JSON log; your reading of the transcript
is the check, the script is a second pair of eyes.
Contaminated attempts get verdict: null and contaminated: true. They are
excluded from the run aggregates. They are not "wrong answers."
If you cannot produce a host log, mark contaminated: "unknown" on both the
attempt and its score event, and do not treat the attempt as a clean pass.
Step 2: Re-run the submitted query yourself
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- reference/ledger-schema.md 24 KB
- scripts/check_contamination_test.py 4.4 KB runs code
- scripts/check_contamination.py 6.6 KB runs code
- scripts/init_truth_package_test.py 2.0 KB runs code
- scripts/init_truth_package.py 10 KB runs code
- scripts/ledger_test.py 5.5 KB runs code
- scripts/ledger.py 17 KB runs code
- scripts/mcp_payload_test.py 11 KB runs code
- scripts/mcp_payload.py 8.5 KB runs code
- scripts/publisher_rest_test.py 3.1 KB runs code
- scripts/publisher_rest.py 7.6 KB runs code
- scripts/score_retrieval_test.py 15 KB runs code
- scripts/score_retrieval.py 15 KB runs code
- scripts/verify_goldens.py 17 KB runs code
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.
- 4d ago First seen · 162 lines · 117 tokens per session scan A 5236352d7fa5
eval-answer is a skill published in the GitHub repository malloydata/publisher (100 stars, last pushed today), licensed MIT. It adds 117 tokens to every session and 2,071 once invoked, about $0.0006 per session on Opus 5. 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-09-03.
Other skills, from other repositories
dbt-expert
Expert-level dbt (data build tool), models, tests, documentation, incremental models, macros, and Jinja templating. Use when the user mentions analytics engineering, SQL, data transformation, Jinja, or testing, or when the task involves Project Structure and Configuration, Sources and Staging Models, Intermediate and…
reimagine-it-audit
Design Health — runs 19 deterministic quality checks on HTML output. Use when the user says /reimagine-it audit, "audit this page", "check design quality", or wants to verify craft-floor compliance before shipping. Catches blank plates, missing focus rings, non-compositor motion, off-palette accents, dead motion…
reimagine-it-extract
Emit the content signals reimagine-it reads from an HTML file — title, anchors, proper nouns, dates, numbers, emails, links, source hex colors, and the derived palette — as JSON without generating a redesign. Use when the user says /reimagine-it extract, "what does the engine see in this page", "extract the palette"…
reusable-visualization
Build ONE reusable chart visualization component that receives its data and its settings from the host application instead of fetching them, and declares the fields and config options the host exposes to viewers. Use this whenever a single chart component is reused across many different queries rather than built for…
lightdash-agent-slack-messaging
Use this skill when writing, designing, or generating Slack messages for Lightdash's in-app analytics agent. Triggers when someone asks to create agent update messages, Slack digests, agent notifications, weekly summaries, daily summaries, or any Slack copy for the Lightdash project agent. Also use when asked to vary…
developing-in-lightdash
Use when reading, creating, and editing Lightdash dashboards and charts as JSON, including dashboard layout and chart-type-specific configuration.