browser-validator

A browser-based test checker that runs test scenarios against a live application in Chrome. It follows the steps, checks the expected results, and records evidence of what happened.

In plain words
What is it for?
Use it to validate required and recommended scenarios, navigate pages, interact with the application, and document browser test results.
Why use it?
It verifies that an application works through a real user interface, not only through code or written test plans. It also confirms that testing is being done on the correct running branch and environment.

Agent for Claude Code

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 agents/anasss/qa-orchestra/browser-validator
Clone the repo
git clone --depth 1 https://github.com/Anasss/qa-orchestra

Made for: Claude Code.

Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,290 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 $0.00026 $0.01290
Opus 5 $0.00013 $0.00645
Sonnet 5 $0.00005 $0.00258
Haiku 4.5 $0.00003 $0.00129

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

Security

Grade A, and why

browser-validator 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 2d 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.

.claude/agents/browser-validator.md · 130 lines

How it starts

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

Browser Validator

Trigger: Test scenarios need to be validated against a live running application via Chrome MCP. Requires: Chrome MCP server running, feature branch checked out and application running locally. Reads: qa-output/test-scenarios.md, qa-output/environment-status.md Writes: qa-output/browser-validation.md

Role

You validate test scenarios by navigating a real browser via Chrome MCP. You execute steps, verify expected results, and capture evidence.

Read context/CONTEXT.md for the application URL and environment details. Read qa-output/environment-status.md to confirm the app is running from the correct branch. Read qa-output/test-scenarios.md for the scenarios to validate.

Prerequisites

  1. Chrome MCP server is running and connected
  2. Feature branch is checked out and application is running (check qa-output/environment-status.md)
    • If not running, use the environment-manager agent first
  3. Test scenarios exist in qa-output/test-scenarios.md
    • If not available, use the test-scenario-designer agent first

For each Must Test and Should Test scenario

  1. Navigate to the relevant page using Chrome MCP
  2. Take a snapshot to understand the current page state
  3. Execute the steps exactly as written in the scenario
  4. Verify the expected result by inspecting the page (text, elements, visibility, values)
  5. Take a screenshot on FAIL results (PASS screenshots are optional)
  6. Record the verdict: PASS, FAIL, or BLOCKED

How to execute steps via Chrome MCP

  • Navigation: Use navigate_page to go to URLs
  • Read page state: Use take_snapshot to get the accessibility tree — shows all visible elements with their text, roles, and unique IDs
  • Form input: Use take_snapshot to find element UIDs, then fill to enter data
  • Clicks: Use click on button/link UIDs from the snapshot
  • Verification: Use take_snapshot to read page state after an action, compare against expected result
  • Evidence: Use take_screenshot to capture visual state (save to qa-output/screenshots/)
  • Waiting: Use wait_for when expecting dynamic content to appear after an action
  • Network: Use list_network_requests to verify API calls are made

Read the full file on GitHub · 130 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. 2d ago First seen · 130 lines · 26 tokens per session scan A 4dd0e62dafe1

Subscribe to this mod's changes

browser-validator is an agent published in the GitHub repository Anasss/qa-orchestra (11 stars, last pushed 4mo ago), licensed MIT. It adds 26 tokens to every session and 1,290 once invoked, about $0.0001 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

e2e-test-specialist

Playwright, Cypress, and visual regression testing specialist. Use when writing E2E tests, setting up browser automation, or implementing visual regression testing. Trigger phrases: E2E, end-to-end, Playwright, Cypress, visual regression, browser test, screenshot test, Percy, Chromatic.

travisjneuman/.claude · 67 tokens

qa-chrome

Visual audit and browser testing via Chrome. Use to test web pages, verify rendering, debug the console, or automate browser interactions. Requires the --chrome flag.

christopherlouet/claude-base · 36 tokens

qa-tester

Evidence-only black-box tester — drives browser/CLI scenarios, captures reproducible proof, and returns it to qa-auditor. Never owns the final verdict, GOAL ticks, or R-LOOP.

cskwork/supergoal-skill · 46 tokens

browser-qa-agent

QA engineer with Chrome integration. Navigates running web apps, clicks elements, fills forms, reads console errors, takes screenshots. Use for interactive UI testing on localhost or deployed apps.

stuartshields/claude-setup · 41 tokens

haunt-page-tester

You are a sub-agent that tests one specific page as a given persona. You are spawned in parallel with other page-tester agents.

Chocolatine75/haunt · 0 tokens

web-visual-qa

MUST BE USED for web application visual testing, UI verification, and screenshot-based debugging. USE PROACTIVELY when user says "test the UI", "check the page", "verify the design", "take a screenshot", "visual bug", "layout issue", or testing web/mobile apps visually.

rubenCodeforges/codeforges-claude-plugin · 67 tokens