leaderboard AGENTS.md

leaderboard AGENTS.md is an instructions file for Codex, OpenCode from steel-dev/leaderboard. It costs 630 tokens per session, scanned A, original, MIT.

Repository instructions for an Astro and TypeScript website that publishes a leaderboard for browser agents. Astro is a web framework, and a leaderboard ranks entries using stored data.

In plain words
What is it for?
Use them when developing, linting, building, previewing, or updating the leaderboard and its benchmark-discovery workflow.
Why use it?
They document where the site's pages, components, data, research notes, and machine-readable endpoints live, along with commands for building, testing, and updating the site.

Instructions file for CodexOpenCode

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 instructions/steel-dev/leaderboard/agents-md
Clone the repo
git clone --depth 1 https://github.com/steel-dev/leaderboard

Made for: Codex, OpenCode.

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 leaderboard AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/steel-dev/leaderboard/agents-md.svg)](https://agentmods.dev/instructions/steel-dev/leaderboard/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/steel-dev/leaderboard/agents-md"><img src="https://agentmods.dev/badge/instructions/steel-dev/leaderboard/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 630 This file is loaded in full into every session.
When invoked 630 The same file — it is already loaded in full.
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.00630 $0.00630
Opus 5 $0.00315 $0.00315
Sonnet 5 $0.00126 $0.00126
Haiku 4.5 $0.00063 $0.00063

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

Security

Grade A, and why

leaderboard AGENTS.md 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 3d 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.md · 28 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

This is an Astro + TypeScript site for the Steel browser-agent leaderboard. The main page is src/pages/index.astro. Markdown-style endpoints index.md.ts and llms-full.txt.ts expose leaderboard data for tools and LLMs. Shared UI lives in src/components/, page shells in src/layouts/, and leaderboard data in src/lib/leaderboard.ts. Static assets belong in public/ or src/assets/. Research notes may live under docs/research/<slug>/.

Build, Test, and Development Commands

Use npm install to set up dependencies. Key scripts:

  • npm run dev: start the Astro dev server.
  • npm run build: produce the production build in dist/.
  • npm run preview: serve the built site locally.
  • npm run lint: run ESLint across the repo.
  • npm run lint:fix: apply autofixes where possible.
  • npm run update-readme: rebuild the README leaderboard table from src/lib/leaderboard.ts.
  • npm run discover: query arxiv for recent benchmark papers and write candidates to .discovery/run.json (gitignored). Used by the benchmark-discovery skill in .claude/skills/.

Maintainer skills

The .claude/skills/benchmark-discovery/ skill drives the discovery flow. Invoke it from a Claude Code session to do a sweep, classify candidates (proposed / variant / methodology), and optionally append the result to the rolling discovery-labeled issue. The skill never writes to src/data/ — maintainers verify candidates manually before merging.

Coding Style & Naming Conventions

Follow the existing Prettier config: 2-space indentation, semicolons, double quotes, printWidth: 100, and trailing commas where valid in ES5. ESLint enforces no unused variables and disallows any in TypeScript. Keep Astro components and layouts in PascalCase (for example, LeaderboardTable.astro), use camelCase for exported helpers, and keep slug-like files and folders in kebab-case (for example, docs/research/webvoyager/).

Read the full file on GitHub · 28 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. 3d ago First seen · 28 lines · 630 tokens per session scan A 98317befb60e

Subscribe to this mod's changes

leaderboard AGENTS.md is an instructions file published in the GitHub repository steel-dev/leaderboard (47 stars, last pushed 8d ago), licensed MIT. It adds 630 tokens to every session, about $0.0032 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.