checking-wsh-vrt
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads browser binaries and system dependencies via
npx playwright install. Playwright is a widely recognized and trusted testing framework, and this is its standard initialization process. - [COMMAND_EXECUTION]: Executes local development commands including
npm run build,npm run start, andnpx playwright test. These are standard operations for building and testing web applications locally. - [COMMAND_EXECUTION]: Uses
lsofandkillto manage local port conflicts (port 3000). This is a common utility pattern in development environments to ensure the test server can start successfully. - [SAFE]: No evidence of prompt injection, data exfiltration, hardcoded credentials, or obfuscated code was found across the provided files.
Audit Metadata