playwright-test
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides legitimate technical documentation and code templates for E2E testing with Playwright. No malicious behavior, obfuscation, or data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: The document includes standard shell commands for CI environments, such as
npm ci,npx playwright test, andsudo apt-get install(for font installation). These are standard practices for setting up headless browser environments and do not represent a security risk in this context. - [EXTERNAL_DOWNLOADS]: The skill references downloading system dependencies (fonts) and browser binaries via Playwright's official CLI (
npx playwright install). These operations target trusted repositories (Ubuntu/Debian and Microsoft/Playwright).
Audit Metadata