network-request-auditing

Installation
SKILL.md

Network Request Auditing

Deep-dive network health using the cursor-ide-browser MCP. This skill focuses on browser_network_requests — not just “any 500s” but patterns that indicate bugs, waste, or security issues.

How it works

  1. Drive the app in the browser (navigate, click, submit forms) so real requests fire.
  2. Call browser_network_requests after meaningful interactions (and after navigation settles).
  3. Classify and report findings using the criteria below.

Follow cursor-ide-browser workflow rules: use browser_snapshot before structural interactions; after actions that change the page, take a fresh snapshot before the next interaction.

Audit checklist

Failures

  • 4xx / 5xx — list method, URL (path + query), status, and whether the UI handled the error.
  • CORS or network errors — often misconfigured origins or mixed content.
Related skills
Installs
19
GitHub Stars
271
First Seen
Apr 19, 2026