harness-radar

harness-radar is an agent for Claude Code from RyanAlberts/best-of-Agent-Harnesses. It costs 68 tokens per session (594 once invoked), scanned A, original, CC-BY-SA-4.0.

A scheduled briefing about changes in the AI agent harness space, meaning the tools and frameworks used to run coding and task-solving agents. It tracks projects that rose, appeared, or disappeared in a weekly dataset.

In plain words
What is it for?
Running weekly or routine updates on agent-harness projects and identifying what deserves attention.
Why use it?
It provides a recurring way to notice movement in this fast-changing area without manually reviewing the dataset each week.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Running weekly or routine updates on agent-harness projects and identifying what deserves attention.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ryanalberts/best-of-agent-harnesses/harness-radar
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.

Clone the repo
git clone --depth 1 https://github.com/RyanAlberts/best-of-Agent-Harnesses

Made for: Claude Code.

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-radar

README.md
[![agentmods](https://agentmods.dev/badge/agents/ryanalberts/best-of-agent-harnesses/harness-radar/github.svg)](https://agentmods.dev/agents/ryanalberts/best-of-agent-harnesses/harness-radar)
Your own site
<a href="https://agentmods.dev/agents/ryanalberts/best-of-agent-harnesses/harness-radar"><img src="https://agentmods.dev/badge/agents/ryanalberts/best-of-agent-harnesses/harness-radar/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 harness-radar

Your own site · 80×15
<a href="https://agentmods.dev/agents/ryanalberts/best-of-agent-harnesses/harness-radar"><img src="https://agentmods.dev/badge/agents/ryanalberts/best-of-agent-harnesses/harness-radar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 594 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.
Origin unknown 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.00068 $0.00594
Opus 5 $0.00034 $0.00297
Sonnet 5 $0.00014 $0.00119
Haiku 4.5 $0.00007 $0.00059

Measured 13d ago against content hash 5955be085f45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

harness-radar 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 13d 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/harness-radar.md · 34 lines

The source is not reproduced here

Licensed CC-BY-SA-4.0

The repository is licensed CC-BY-SA-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 13d ago First seen · 34 lines · 68 tokens per session scan A 5955be085f45

Subscribe to this mod's changes

harness-radar is an agent published in the GitHub repository RyanAlberts/best-of-Agent-Harnesses (843 stars, last pushed 3d ago), licensed CC-BY-SA-4.0. It adds 68 tokens to every session and 594 once invoked, about $0.0003 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 agents, from other repositories

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens

rn-pr-qa

Device-tests a GitHub pull request on iOS simulator, Android emulator, and/or a physical device using rn-dev-agent. Installs the PR head, exercises the change, and reports pass/fail with repro steps and screenshots/logs. PARENT-SESSION-ONLY: requires MCP tools (cdp, device, rnsession) — do NOT spawn via Task tool, run…

Lykhoyda/rn-dev-agent · 299 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

rn-code-explorer

Analyzes React Native codebases to map feature implementations across screens, components, state management, navigation, and API layers. Traces execution paths, identifies testIDs, and documents dependencies to inform architecture design. Triggers: "explore the codebase", "how does this feature work", "map the…

Lykhoyda/rn-dev-agent · 254 tokens

relay-reviewer

A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.

AgentWorkforce/relay · 37 tokens

tester

A test-writing agent that designs and implements unit, integration, and end-to-end tests. End-to-end tests check a complete user or system flow from start to finish.

Insajin/autopus-adk · 38 tokens