Playwright Debug Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Playwright Debug Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server designed to supercharge AI-assisted debugging of Playwright tests.
Instead of manually downloading and scrubbing through trace.zip files to find why a test failed, simply point this MCP server to your trace file or Playwright results directory. The server instantly parses the exact failing action, action history, network failures, DOM snapshots, and screenshots so your AI assistant (like Claude, Cursor, Cline, or Antigravity) can instantly pinpoint the failure and suggest a code fix.
This server can be used out-of-the-box by any MCP-compatible AI agent without needing to clone or configure anything locally.
commandplaywright-debug npx -y github:aakarshitsharma06/playwright-debug-mcpOpen your MCP configuration file (usually in ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json) and add:
{
"mcpServers": {
"playwright-debugger": {
"command": "npx",
"args": ["-y", "github:aakarshitsharma06/playwright-debug-mcp"]
}
}
}Open your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json) and add:
{
"mcpServers": {
"playwright-debugger": {
"command": "npx",
"args": ["-y", "github:aakarshitsharma06/playwright-debug-mcp"]
}
}
}If you want to modify or run the code locally:
npm install
npm run build
node dist/index.js~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.