bagisto-playwright-testing
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation provides instructions for setting up the testing environment using
npm installandnpx playwright install --with-deps chromium. These commands fetch standard development dependencies and browser binaries from official, well-known sources (the NPM registry and the Playwright project). - [COMMAND_EXECUTION]: The skill includes various shell commands for running tests, such as
npx playwright test, and for debugging, such asnpx playwright show-trace. These commands are essential for the skill's primary purpose of executing and maintaining end-to-end test suites. - [CREDENTIALS_UNSAFE]: The instructions reference the use of the
.envfile for defining the application URL and the caching of administrative credentials in.state/admin-auth.jsonto optimize test performance. While these files contain sensitive configuration data, their use is documented as part of standard practices for local environment management and Playwright session reuse.
Audit Metadata