webapp-testing

webapp-testing is a skill for Claude Code, Codex from Threat-Vector-Security/guardian-agent. It costs 55 tokens per session (523 once invoked), scanned A, original, Apache-2.0.

A toolkit for checking local websites and browser-based workflows using browser automation tools. It can inspect pages, use forms and controls, and capture what the browser shows.

In plain words
What is it for?
Testing frontend behavior, checking forms and interactions, debugging local web apps, inspecting page structure, and taking screenshots.
Why use it?
It helps verify whether a web interface behaves as expected without relying only on code review. It also helps locate browser errors and document visual problems.

Skill for Claude CodeCodex

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 skills/threat-vector-security/guardian-agent/webapp-testing
Any agent
npx skills add Threat-Vector-Security/guardian-agent --skill webapp-testing
Clone the repo
git clone --depth 1 https://github.com/Threat-Vector-Security/guardian-agent

Made for: Claude Code, Codex.

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 webapp-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/webapp-testing.svg)](https://agentmods.dev/skills/threat-vector-security/guardian-agent/webapp-testing)
Your own site
<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/webapp-testing"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/webapp-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 523 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.00055 $0.00523
Opus 5 $0.00028 $0.00262
Sonnet 5 $0.00011 $0.00105
Haiku 4.5 $0.00006 $0.00052

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

Security

Grade A, and why

webapp-testing 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 4d 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.

skills/webapp-testing/SKILL.md · 58 lines

How it starts

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

Webapp Testing

Use the MCP browser tools for browser work. Use Playwright for both read-only inspection and interaction. Prefer the Guardian wrapper tools when available.

Use browser-session-defense as the companion skill when the question is about browser security boundaries, risky browser actions, or the distinction between Guardian-managed browsing and the user's own browser activity.

Tool Selection

  • Use Guardian wrapper tools first: browser_navigate, browser_read, browser_links, browser_extract, browser_state, browser_act.
  • Use raw mcp-playwright-* tools only when the wrapper surface cannot answer the question.
  • Do not use mcp-playwright-browser_run_code; it is blocked by policy.
  • Avoid evaluate unless the existing browser tools cannot answer the question and the action is worth approval.

Workflow

  1. Confirm how the app is started if it is not already running.
  2. Open the page with the lowest-power Guardian wrapper tool that can answer the question.
  3. Inspect before acting:
    • page text or markdown
    • semantic structure
    • interactive elements
    • screenshots or snapshots when visual state matters
  4. Identify selectors or target elements from observed state.
  5. Perform the minimum interaction needed to verify behavior.
  6. Capture evidence: screenshot, relevant console output, network details, or structured findings.

Read-Only Recon First

When the user asks "what is on this page?" or "why is this screen wrong?", prefer:

  • browser_read
  • browser_links
  • browser_extract
  • browser_state when interactive refs matter

Interactive Testing

For user journeys and bug reproduction:

  • navigate first
  • wait for the page to settle
  • inspect the current state before clicking blindly
  • use descriptive selectors or the browser snapshot output
  • capture a screenshot before and after important interactions

Common Pitfalls

  • Do not guess selectors before inspecting the current page state.
  • Do not jump straight to raw MCP tools when the wrapper surface already covers the task.
  • Do not stop at "it failed"; collect the screenshot, console messages, and any obvious network errors.

Read the full file on GitHub · 58 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 58 lines · 55 tokens per session scan A bd32bd23213b

Subscribe to this mod's changes

webapp-testing is a skill published in the GitHub repository Threat-Vector-Security/guardian-agent (11 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 55 tokens to every session and 523 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 skills, from other repositories

playwright-uitest

Generate Playwright UI tests and visual smoke reports for delivery POC frontends.

DemonDamon/AgenticX · 21 tokens

tlamatini-daily-chat-test

Run the daily automated Tlamatini chat regression — drive a visible Chrome via Playwright, log into agentpage.html, ask up to 1000 curated safe questions one-by-one (Multi-Turn ON, ACPX/Ask-Execs/Exec-Report/Internet OFF), wait for and qualify each answer (heuristic + LLM judge on failures), then write a dated report…

XAIHT/Tlamatini · 125 tokens

testsprite-onboard

Stand up a complete, runnable TestSprite test suite for the current repo at first use — create a project (with a target URL and auth), derive a coherent set of tests from the codebase, batch-create them, and smoke-run a few to a green verdict so the user immediately has something worth running. Use ONLY when a repo…

shdra06/ai-mind-map · 131 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

aisa-group/skill-inject · 35 tokens

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

sandydasari/openacme · 19 tokens

playwright-skill

Generates production-grade Playwright automation scripts and E2E tests in TypeScript, JavaScript, Python, Java, or C#. Supports local execution and TestMu AI cloud across 3000+ browser/OS combinations and real mobile devices. Use when the user asks to write Playwright tests, automate browsers, run cross-browser tests…

jianchen08/Agent-os-open · 139 tokens