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
- Drive the app in the browser (navigate, click, submit forms) so real requests fire.
- Call
browser_network_requestsafter meaningful interactions (and after navigation settles). - 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.