harness-score AGENTS.md

harness-score AGENTS.md is an instructions file for Codex, OpenCode from paladini/harness-score. It costs 882 tokens per session, scanned A, original, MIT.

Repository instructions for harness-score, a monorepo containing several related projects in one repository: a documentation site, a scanning command-line tool, tool integrations, and a GitHub Action.

In plain words
What is it for?
Use them when navigating the repository, changing the scanner, updating documentation or integrations, generating plug-in files, or checking that the project still meets its required maturity level.
Why use it?
They explain the repository layout, required commands, and rules agents must follow when working on the project.

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/paladini/harness-score/agents-md
Clone the repo
git clone --depth 1 https://github.com/paladini/harness-score

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 harness-score AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paladini/harness-score/agents-md.svg)](https://agentmods.dev/instructions/paladini/harness-score/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/paladini/harness-score/agents-md"><img src="https://agentmods.dev/badge/instructions/paladini/harness-score/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 882 This file is loaded in full into every session.
When invoked 882 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.00882 $0.00882
Opus 5 $0.00441 $0.00441
Sonnet 5 $0.00176 $0.00176
Haiku 4.5 $0.00088 $0.00088

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

Security

Grade A, and why

harness-score 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 5d 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 · 65 lines

How it starts

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

Agent Guide — harness-score

What this is

A monorepo shipping AI coding harness engineering as a product: a guide (VitePress → GitHub Pages), the deterministic, harness-agnostic harness-score CLI, a growing family of thin per-tool plugins under plugins/ (Cursor is the flagship/most fully-developed target; see PLUGINS-ROADMAP.md for the others), and a GitHub Action. The repo dogfoods its own scanner: it must always score L4 (npm run scan).

Layout

  • packages/cli/ — the scanner. TypeScript, ESM, zero runtime deps.
    • packages/cli/src/checks/ — one file per dimension (see .cursor/rules/checks.mdc)
    • packages/cli/src/score.ts — the maturity model (levels L0–L4)
  • docs/ — the VitePress guide. docs/guide/measure-and-improve.md holds the check catalog with one {#<check-id>} anchor per check.
  • plugins/ — one directory per tool (cursor/, claude-code/, …), plus shared/ holding the single prose source templated into each (npm run plugins:generate, checked by npm run plugins:sync-check). Root .claude-plugin/marketplace.json lists the Claude Code entry.
  • action/ — composite GitHub Action wrapping the CLI.
  • fixtures/level-0..4/ — sample repos pinned to each maturity level by tests. Changing a check usually changes a fixture.

Build & test

  • npm test — builds the CLI (tsup), typechecks packages/cli/src/ and the packaging-level consumer smoke test (packages/cli/test/types/smoke.ts, imports from dist/, not src/), then runs vitest.
  • npm run lint — Biome (lints + checks formatting).
  • npm run scan — self-audit; must report L4.
  • npm run docs:build — builds the guide; must pass (dead links fail it).
  • npm run bench — scan-time benchmark against a synthetic large repo; use it before/after touching packages/cli/src/scan.ts.
  • Tests MUST pass before any commit.

Non-negotiable conventions

  • The CLI stays 100% deterministic: no LLM calls, no network, no telemetry, no Date.now()-dependent output. Filesystem reads and parsing only.
  • packages/cli keeps zero runtime dependencies (fast npx, no supply chain surface). Dev dependencies are fine.
  • The maturity model lives in three places that must change together: packages/cli/src/score.ts (implementation), docs/guide/maturity-model.md (levels
    • dimension point totals), docs/guide/measure-and-improve.md (check catalog). packages/cli/test/docs.test.ts and packages/cli/test/maturity-sync.test.ts enforce that check IDs, points, dimension totals, and level thresholds all stay in sync across every one of those three files — not just anchors in the check catalog.
  • Check IDs (CTX-01, …) are public API: never renumber or reuse them.
  • Check.run(ctx) and ScanContext.read()/.matching() are synchronous by contract — part of the public API (packages/cli/src/index.ts). Don't make them async as a perf fix; that's a breaking (major-version) change, not a drive-by tweak.
  • User-facing changes get a changeset (npm run changeset at the repo root) in the same PR — see RELEASING.md.

Read the full file on GitHub · 65 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. 5d ago First seen · 65 lines · 882 tokens per session scan A 4448bac4dee9

Subscribe to this mod's changes

harness-score AGENTS.md is an instructions file published in the GitHub repository paladini/harness-score (199 stars, last pushed 7d ago), licensed MIT. It adds 882 tokens to every session, about $0.0044 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 instructions, from other repositories

claude-code-rtl-extension CLAUDE.md

Instructions for yechielby/claude-code-rtl-extension, covering claude code rtl extension, project overview, tech stack, commands and architecture.

yechielby/claude-code-rtl-extension · 785 tokens

trellis AGENTS.md

Instructions for craigcossairt/trellis, covering agents.md , project, what i need from agents, current state - source of truth pointers and tech stack.

craigcossairt/trellis · 3,686 tokens

trellis CLAUDE.md

Instructions for craigcossairt/trellis, a project described as: The structure a project grows on: a free starter template for AI-assisted development. One AGENTS.md every tool reads (Claude Code, Cursor, Grok Build, Codex, Gemini CLI, Copilot), TDD + bug-fix methodology, secret guardrails, optional local knowledge…

craigcossairt/trellis · 134 tokens

trellis copilot-instructions.md

Instructions for craigcossairt/trellis: Read and follow AGENTS.md at the repository root - it is the canonical instruction file for all AI agents on this project. Full methodology docs live in docs/methodology/: TDD workflow, bug-fix protocol, and session habits. Append bug patterns to docs/common-gotchas.md and…

craigcossairt/trellis · 84 tokens

trellis GEMINI.md

Instructions for craigcossairt/trellis: Read and follow AGENTS.md in this directory - it is the canonical instruction file for all AI agents on this project. Full methodology docs live in docs/methodology/.

craigcossairt/trellis · 44 tokens

cursor-os AGENTS.md

Instructions for KingEmma7/cursor-os, covering agents.md — cursor-os, what this project is, repository layout, working agreements and verification before done.

KingEmma7/cursor-os · 418 tokens