vscode-playwright
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [Shell Command Usage]: The skill uses common shell utilities like
mktemp,mkdir, andpkillto manage an ephemeral VS Code server environment. These operations are localized and include cleanup steps to remove temporary data after use. - [Local Network Operations]: It initializes a VS Code web server on a local port (
8765) to enable browser-based interaction. This setup keeps the environment contained to the local machine during the screenshot process. - [Browser Automation]: The skill leverages Playwright MCP tools to automate UI interactions. The scripts provided for
mcp_microsoft_pla_browser_run_codeare focused on standard editor tasks such as navigating the Command Palette, clearing notifications, and adjusting zoom levels for readability.
Audit Metadata