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.
npx skills add hackerFish/awesome-dsh-skills --skill dsh-webapp-testinggit clone --depth 1 https://github.com/hackerFish/awesome-dsh-skillsWrote 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.
[](https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing)<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing/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.
<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00355 |
| Opus 5 | $0.00014 | $0.00178 |
| Sonnet 5 | $0.00005 | $0.00071 |
| Haiku 4.5 | $0.00003 | $0.00036 |
Grade A, and why
dsh-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 9d 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.
What it actually says
DSH Web App Testing
- Confirm the project path, start command, target URL, fixture or test account, and whether browser automation is enabled.
- Inspect the affected route, UI, API boundary, and existing tests before choosing commands.
- Prefer the project's existing browser framework. Otherwise require an enabled Playwright, CDP, or equivalent browser plugin.
- Start the app with its documented command. Reuse a running server only after confirming its URL and code state.
- Record initial browser state: viewport, URL, visible controls, console failures, failed requests, and relevant server logs.
- Perform the smallest realistic user flow. Prefer accessible roles, labels, and stable selectors over fragile DOM paths.
- Verify both the rendered result and a relevant backing effect: navigation, request, response, persistence, or error state.
- Exercise one meaningful negative or boundary case for validation, permissions, loading, retry, or errors.
- Add the narrowest compatible regression test when the project already has a suitable test suite.
- Do not treat source inspection, shell output, or an HTTP status as proof of rendered browser behavior.
- If automation or authentication is unavailable, state exactly which UI behavior remains unverified; never request or expose production secrets.
- Report setup, actions, expected and actual results, failures, test command, and screenshot path only when visual evidence matters.
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.
- 9d ago First seen · 22 lines · 27 tokens per session scan A f40d2519bc21
dsh-webapp-testing is a skill published in the GitHub repository hackerFish/awesome-dsh-skills (5 stars, last pushed 4d ago), licensed MIT. It adds 27 tokens to every session and 355 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-31.
Other skills, from other repositories
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.
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
browser-testing-with-devtools
Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…
actionbook-web-test
Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…
web-test
A browser-automation tool for testing the 1C:Enterprise web client. It uses Playwright to navigate sections, fill forms, read tables and reports, and perform user actions in a browser.