playwright-testing
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill documents standard Playwright CLI operations, including initialization via
npm init playwright@latestand test execution usingnpx playwright test. These are standard tools for web testing environments and serve the skill's primary purpose. - [EXTERNAL_DOWNLOADS]: Instructions include the installation of official testing libraries such as
@playwright/testand utility packages like@faker-js/fakerfrom public registries. It also references official documentation from trusted sources like Playwright.dev. - [DATA_EXFILTRATION]: The skill includes link validation scripts that perform automated network requests (
request.get) to external URLs discovered during site crawling. While this involves making requests to non-whitelisted domains, it is the intended and necessary functionality for a dead-link detection tool. - [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were identified. Sensitive information like credentials is appropriately managed through environment variables and gitignored authentication state files.
Audit Metadata