benchflow-experiment-review

benchflow-experiment-review is a skill for Codex from benchflow-ai/benchflow. It costs 99 tokens per session (3,436 once invoked), scanned A, original, Apache-2.0.

A review workflow for BenchFlow or SkillsBench experiment runs and code changes. BenchFlow records coding-agent task runs, while a verifier checks whether the completed task earned a valid result.

In plain words
What is it for?
Use it to audit pass, fail, and timeout outcomes, enumerate expected run combinations, inspect logs and sandbox isolation, check skill loading, and decide whether an experiment or code change is safe to publish.
Why use it?
It helps detect missing or unhealthy runs, accidental access to verifier information, unwanted skill behavior, incomplete metadata, and other problems that could make results unreliable.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: reads .claude/ paths; mentions Claude Code; installed under .agents/ (shared by several agents).

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 skills/benchflow-ai/benchflow/benchflow-experiment-review
Any agent
npx skills add benchflow-ai/benchflow --skill benchflow-experiment-review
Clone the repo
git clone --depth 1 https://github.com/benchflow-ai/benchflow

Made for: 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 benchflow-experiment-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/benchflow-ai/benchflow/benchflow-experiment-review.svg)](https://agentmods.dev/skills/benchflow-ai/benchflow/benchflow-experiment-review)
Your own site
<a href="https://agentmods.dev/skills/benchflow-ai/benchflow/benchflow-experiment-review"><img src="https://agentmods.dev/badge/skills/benchflow-ai/benchflow/benchflow-experiment-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,436 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.1 $0.00099 $0.03436
Opus 5 $0.00049 $0.01718
Sonnet 5 $0.00020 $0.00687
Haiku 4.5 $0.00010 $0.00344

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

Security

Grade A, and why

benchflow-experiment-review 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/extract_harness_skills.py, scripts/validate_run_artifacts.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/benchflow-experiment-review/SKILL.md · 303 lines

How it starts

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

Benchflow Experiment Review

Use this skill to decide whether a Benchflow run trial is clean enough to publish or whether a Benchflow code change is safe to use for new experiments. The standard is: a clean sandbox with only task-needed resources, every agent behavior logged, no verifier leakage, and a final score or healthy failure.

Portability

This skill is intentionally harness-portable. Install or copy the entire benchflow-experiment-review/ directory into the active harness's skill root, keeping SKILL.md, scripts/, references/, evals/, and optional agents/ metadata together. Use the same review procedure regardless of whether the harness loads skills from .claude/skills, .codex/skills, OpenHands/Gemini/pi-agent skill roots, or another compatible SKILL.md directory.

Operating Rule

Do not accept aggregate counts alone. Enumerate the intended matrix by task_id, harness, model, skill mode, trial id, sandbox type, run root, and source/ref. Mark each slot as healthy, missing, duplicate, stale, or unhealthy.

Healthy run outcomes are:

  • pass: agent completed and verifier produced a valid score.
  • fail: agent completed incorrectly and verifier produced a valid score.
  • normal_timeout: agent genuinely ran, timed out, and still produced a complete ACP trajectory, complete LLM trajectory, and reward/scoring metadata.

Infrastructure failures are not healthy failures. A stalled Docker daemon, Daytona transport failure, missing trajectory/acp_trajectory.jsonl, missing trajectory/llm_trajectory.jsonl, malformed or empty trajectory files, missing reward, missing timing, missing token usage for new data, or verifier crash is unhealthy until rerun or explicitly quarantined.

Hard Trajectory Gate

For every current BenchFlow model trial, both trajectory files plus the trainer-facing rollout row are mandatory:

  • trajectory/acp_trajectory.jsonl: ACP/tool trace with agent-side events.
  • trajectory/llm_trajectory.jsonl: provider LLM request/response trace with token usage evidence.
  • results.jsonl: Verifiers / Prime-RL-shaped rollout row derived from the healthy LLM trajectory.

Read the full file on GitHub · 303 lines

Files

What ships with it

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

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. 6d ago First seen · 303 lines · 99 tokens per session scan A fb5fcc4b0728

Subscribe to this mod's changes

benchflow-experiment-review is a skill published in the GitHub repository benchflow-ai/benchflow (340 stars, last pushed yesterday), licensed Apache-2.0. It adds 99 tokens to every session and 3,436 once invoked, about $0.0005 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