eval-report

eval-report is a skill for Claude Code, Codex from agentscope-ai/OpenJudge. It costs 73 tokens per session (2,436 once invoked), scanned A, original, Apache-2.0.

A read-only reporting tool for reviewing the health and progress of an AI evaluation system. It combines results from multiple evaluation checks into one assessment.

In plain words
What is it for?
Use it to assess evaluation maturity, spot recurring or conflicting findings, classify weaknesses, and prioritize next actions for a ship or no-ship decision.
Why use it?
It removes the need to piece together separate evaluation files and runs by hand. It helps explain risks and readiness to both technical and non-technical stakeholders.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess evaluation maturity, spot recurring or conflicting findings, classify weaknesses, and prioritize next actions for a ship or no-ship decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/openjudge/04-eval-report
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.

Any agent
npx skills add agentscope-ai/OpenJudge --skill 04-eval-report
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/OpenJudge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for eval-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/openjudge/04-eval-report/github.svg)](https://agentmods.dev/skills/agentscope-ai/openjudge/04-eval-report)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/openjudge/04-eval-report"><img src="https://agentmods.dev/badge/skills/agentscope-ai/openjudge/04-eval-report/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.

agentmods 80×15 button for eval-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/openjudge/04-eval-report"><img src="https://agentmods.dev/badge/skills/agentscope-ai/openjudge/04-eval-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,436 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 31
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.1 $0.00073 $0.02436
Opus 5 $0.00036 $0.01218
Sonnet 5 $0.00015 $0.00487
Haiku 4.5 $0.00007 $0.00244

Measured 10d ago against content hash 0b6049612bc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

eval-report 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 10d 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.

skills/eval_pipeline/04-eval-report/SKILL.md · 234 lines

How it starts

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

Eval Report

Synthesize everything from your evaluation journey into a comprehensive report. This skill is read-only — it analyzes what exists, doesn't create new graders or datasets.

When to Activate

  • You've run 2+ evaluation skills and want the big picture
  • You need to report evaluation status to non-technical stakeholders
  • You're making a ship/no-ship decision and need evidence
  • The evaluation system has been running for a while — time for a health check

Checklist

You MUST create a task for each item and complete them in order:

  1. Inventory scan — catalog everything in eval-design.md + runs/ history
  2. Maturity assessment — 5 dimensions × 4 levels
  3. Cross-skill signal synthesis — consistent findings + contradictions
  4. Weakness diagnosis — failure concentration, correlations, stratum gaps
  5. Root cause classification — system / metric / data / unclear
  6. Prioritized recommendations — P0/P1/P2 actions with impact estimates
  7. Executive summary — ship readiness + top 3 risks + next actions

Step 1: Inventory Scan

Read eval-design.md and all runs/ directories. Build a timeline:

Timeline:
  2026-04-15  01-eval-design   → 5 failure modes → 3 dimensions from 200 traces
  2026-04-18  02-metric-design → 4 graders configured (2 LLM + 1 rule + 1 executable)
  2026-04-25  (evaluation run) → 90-sample stratified dataset scored
  2026-05-01  03-align-human   → 2 judges Phase 3, 1 Phase 2, 1 Phase 1 (TPR/TNR + kappa)
  2026-05-10  07-redteam       → safety audit not yet run

Report key metrics:

  • Total skills run, total principles, total labels
  • Calibrated judges: X of Y (with TPR/TNR range)
  • Last activity date per skill

Step 2: Maturity Assessment

Rate the evaluation system across 5 dimensions:

Read the full file on GitHub · 234 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. 10d ago First seen · 234 lines · 73 tokens per session scan A 0b6049612bc1

Subscribe to this mod's changes

eval-report is a skill published in the GitHub repository agentscope-ai/OpenJudge (824 stars, last pushed 2d ago), licensed Apache-2.0. It adds 73 tokens to every session and 2,436 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

tinker-fine-tuning

Provides guidance for fine-tuning LLMs using the Tinker cloud training API from Thinking Machines Lab. Use when running supervised fine-tuning, reinforcement learning (GRPO/PPO), or LoRA training on cloud GPUs via Tinker's managed infrastructure instead of local compute.

synthetic-sciences/openscience · 62 tokens

llm-as-judge-evaluation

Evaluate LLM outputs using frontier models as judges. Use for pairwise model comparison, quality scoring with custom rubrics, and automated evaluation pipelines. Covers position bias mitigation, statistical significance, and generating preference data for DPO/RLHF.

synthetic-sciences/openscience · 56 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

synthetic-sciences/openscience · 45 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

developer-setup

One-time onboarding for the developer workflow — installs github-workflow missions, creates the commitments workspace, registers per-repo projects, writes calibration memories. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 49 tokens

code-review

Paranoid architect review of code changes for bugs, security, missing tests, and undocumented assumptions. Works on local git diffs OR a GitHub pull request (e.g. owner/repo N). For PRs, can post findings as line-level review comments.

suyoumo/ClawProBench · 57 tokens