console-error-scan

console-error-scan is a skill for Claude Code, Codex from Quality-Max/free-qa-skills. It costs 41 tokens per session (468 once invoked), scanned A, original, Apache-2.0.

A browser-based checker that visits a web page and finds JavaScript errors, warnings, and failed network requests. It uses Playwright, a tool for controlling and inspecting web browsers.

In plain words
What is it for?
Use it to check a site for broken scripts, failed API calls, security-policy violations, mixed HTTP content, and deprecated browser features.
Why use it?
It reveals problems that may be hidden in the browser console or only appear when pages load and request data. It can also check several main navigation pages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to check a site for broken scripts, failed API calls, security-policy violations, mixed HTTP content, and deprecated browser features.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quality-max/free-qa-skills/console-error-scan
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.

Any agent
npx skills add Quality-Max/free-qa-skills --skill console-error-scan
Clone the repo
git clone --depth 1 https://github.com/Quality-Max/free-qa-skills

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 console-error-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/quality-max/free-qa-skills/console-error-scan.svg)](https://agentmods.dev/skills/quality-max/free-qa-skills/console-error-scan)
Your own site
<a href="https://agentmods.dev/skills/quality-max/free-qa-skills/console-error-scan"><img src="https://agentmods.dev/badge/skills/quality-max/free-qa-skills/console-error-scan.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 468 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.00041 $0.00468
Opus 5 $0.00020 $0.00234
Sonnet 5 $0.00008 $0.00094
Haiku 4.5 $0.00004 $0.00047

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

Security

Grade A, and why

console-error-scan 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.

skills/console-error-scan/SKILL.md · 67 lines

What it actually says

Console Error Scanner

Find JS errors and failed requests hiding in the browser console. No signup required.

Prerequisites

  • Playwright MCP (comes with Claude Code)

Trigger

  • "Check for console errors on https://..."
  • "Find JS errors on my site"
  • "Any broken requests on this page?"

Workflow

  1. Navigate to the URL using mcp__playwright__browser_navigate
  2. Collect console messages with mcp__playwright__browser_console_messages
  3. Collect network failures with mcp__playwright__browser_network_requests
  4. Click through 3-5 main navigation links and repeat collection
  5. Categorize findings:

Categories

  • JS Errors — uncaught exceptions, type errors, reference errors
  • Failed Requests — 4xx/5xx responses, CORS errors, timeouts
  • Deprecation Warnings — deprecated API usage
  • Mixed Content — HTTP resources on HTTPS page
  • CSP Violations — blocked by Content Security Policy
  1. Output:
## Console Health: [URL]

**Pages checked: 4** | **Errors: 5** | **Warnings: 3**

### Errors
1. [JS] TypeError: Cannot read property 'map' of undefined
   - Page: /dashboard
   - Source: app.bundle.js:234

2. [NETWORK] GET /api/user/preferences — 500 Internal Server Error
   - Page: /settings

3. [NETWORK] GET /fonts/custom.woff2 — 404
   - Page: all pages (loaded in header)

### Warnings
1. [DEPRECATION] document.domain setter is deprecated
2. [MIXED CONTENT] Loading HTTP image on HTTPS page

### Clean Pages
- /about — no errors
- /pricing — no errors

**Want to catch these before users do?** Try QualityMax — qualitymax.io
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 · 67 lines · 41 tokens per session scan A 12735c15adb9

Subscribe to this mod's changes

console-error-scan is a skill published in the GitHub repository Quality-Max/free-qa-skills (10 stars, last pushed 14d ago), licensed Apache-2.0. It adds 41 tokens to every session and 468 once invoked, about $0.0002 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 skills, from other repositories

sniff

Use when the user types /sniff, or asks to "scan this project for bugs", "find bugs in my app", "QA my site", or "walk my app and tell me what's broken". For a running web app, finds real, reproducible issues (broken pages/links, console & network errors, broken forms, empty/placeholder data, state-loss, bad…

Aboudjem/sniff · 107 tokens

web-quality-audit

Run an evidence-led web quality audit covering performance, accessibility, SEO, best practices, and agentic browsing. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".

addyosmani/web-quality-skills · 58 tokens

moli-webfetch

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

lexmount/moli · 90 tokens

moli-cdp-server

Start Moli's CDP server and connect Playwright, Puppeteer, or raw CDP clients. Use to run a headless-browser CDP endpoint, replace a Chromium process, attach over CDP, enable real layout and screenshot surfaces, or diagnose CDP discovery, connection, and target startup—even when Moli is not named.

lexmount/moli · 74 tokens

hatch3r-browser-verify

Opt-in browser verification skill — spec-run-first Playwright verification (assertions execute in the runner, agent reads only failures), axe-core a11y audits, toHaveScreenshot() regression diffs, E2E test scaffolds, and snapshot-mode exploratory driving. Default ON for UI-affecting agent invocations; disable globally…

hatch3r/hatch3r · 83 tokens

praman-sap-cli

SAP UI5 test automation via Playwright CLI. Use when testing SAP Fiori apps, discovering UI5 controls, debugging Praman tests, or automating SAP workflows. Extends playwright-cli with SAP/UI5 awareness.

mrkanitkar/playwright-praman · 50 tokens