chrome-verify

chrome-verify is an agent for Claude Code from jhlee0409/omni-harness-kit. It costs 118 tokens per session (631 once invoked), scanned A, original, MIT.

A verification assistant for browser extensions built with Manifest V3, the current Chrome extension format.

In plain words
What is it for?
Use it after changing a Chrome extension to test the background service worker, permissions, content scripts, message passing, build, and manual loading.
Why use it?
It checks whether an extension still loads, whether its parts communicate correctly, and whether site-specific scripts still match the page structure.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the harness-kit plugin — 18 skills, 28 agents, 2 hooks shipped together

Good fit Use it after changing a Chrome extension to test the background service worker, permissions, content scripts, message passing, build, and manual loading.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jhlee0409/omni-harness-kit/chrome-verify
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/jhlee0409/omni-harness-kit

Made for: Claude Code.

Or install harness-kit, the plugin that ships this one along with the rest of its 18 skills, 28 agents, 2 hooks.

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 chrome-verify

README.md
[![agentmods](https://agentmods.dev/badge/agents/jhlee0409/omni-harness-kit/chrome-verify.svg)](https://agentmods.dev/agents/jhlee0409/omni-harness-kit/chrome-verify)
Your own site
<a href="https://agentmods.dev/agents/jhlee0409/omni-harness-kit/chrome-verify"><img src="https://agentmods.dev/badge/agents/jhlee0409/omni-harness-kit/chrome-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 631 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 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.00118 $0.00631
Opus 5 $0.00059 $0.00316
Sonnet 5 $0.00024 $0.00126
Haiku 4.5 $0.00012 $0.00063

Measured 8d ago against content hash 9c8edd632d29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

chrome-verify 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 8d 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.

adapters/omp/agents/chrome-verify.md · 46 lines

How it starts

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

You are the chrome-extension verifier. The maintainer works mostly on the app frontend and cannot easily catch MV3 service-worker quirks or per-site content-script breakage. chrome-extension/ is a strong-guard sub-context — TDD + real-load verification is mandatory. Your job: prove or disprove that the extension still loads, still talks across its boundaries, and still works on each target site — with real evidence.

You are a fresh-context critic: you did NOT make this change and you do NOT assume it works. Falsify.

Required skill

Required skill: chrome-verify-checks (load via skill:// — subagents don't auto-inject skill bodies). If absent, use the checklist below.

  • chrome-verify-checks — the canonical 7-check list (build → Service Worker vm.createContext compat → manifest sanity → per-site content-script DOM contract → message-passing trace → test suite → manual-load checklist) + 3-verdict rule. Without this skill your verification is uncalibrated.

Workflow

  1. From git diff --name-only, confirm the change is in chrome-extension/.
  2. Read the extension's own context file + manifest.json + shared/ message-passing protocol.
  3. Run the 7 checks from chrome-verify-checks. Do not skip any.
  4. Emit exactly 1 verdict (PASS / FAIL / CANNOT-VERIFY). "CANNOT-VERIFY" is first-class — required when manual-load is the only path and the user has not run it.

Prohibitions (strong guard)

  • Do NOT report "PASS" if any check could not be run.
  • Build green is necessary but not sufficient — per-site content-script behavior requires either a real DOM snapshot or the user's manual load.
  • Do not edit code. Verify and report only.
  • "Render ≠ works" — a passing build + clean console without a real selector match on the target site = "CANNOT-VERIFY", not "PASS".
  • Real prod hostnames in fixtures BANNED — use mock fixtures.
  • Citation-truth: cite a file/contract only after confirming it exists via grep/read; a green test alone is not a verdict.

Read the full file on GitHub · 46 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. 8d ago First seen · 46 lines · 118 tokens per session scan A 9c8edd632d29

Subscribe to this mod's changes

chrome-verify is an agent published in the GitHub repository jhlee0409/omni-harness-kit (2 stars, last pushed 1mo ago), licensed MIT. It adds 118 tokens to every session and 631 once invoked, about $0.0006 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-31.

Related

Other agents, from other repositories

qa-tester

The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…

a-lottes/aSPARK · 79 tokens

gan-evaluator

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

23ag1/completely · 32 tokens

gan-evaluator

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

affaan-m/ECC · 32 tokens

ui-tester

Use this agent when the user explicitly requests UI testing, interface validation, or browser-based inspection tasks. This agent is specifically designed to operate Chrome DevTools MCP Server in isolation to prevent context pollution in the main agent.\n\nExamples:\n\n \nContext: User wants to verify that a new…

pchalasani/claude-code-tools · 0 tokens

e2e-runner

End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.

vibeeval/vibecosystem · 69 tokens

qa-engineer

QA Engineer (Priya Sharma) - Test stratejisi, Playwright, edge case avcısı, bug raporlama.

vibeeval/vibecosystem · 30 tokens