e2e-testing
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install '@playwright/test' and '@axe-core/playwright' via npm, which are standard, well-known libraries for testing. It also references 'npx playwright install', which downloads browser binaries from Microsoft's official infrastructure to enable browser automation.
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute standard Playwright CLI commands such as 'npx playwright test' for running test suites and 'npm run serve' for starting local development servers during integration tests.
- [CREDENTIALS_UNSAFE]: While the skill includes examples of form filling with fields like 'email' and 'password', these use generic placeholder values (e.g., 'test@example.com', 'password', 'secret') for illustrative purposes in test scripts and do not contain actual sensitive credentials.
Audit Metadata