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 install and npx 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 as npx 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 .env file for defining the application URL and the caching of administrative credentials in .state/admin-auth.json to 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
Risk Level
SAFE
Analyzed
Aug 20, 2026, 07:20 PM
Security Audit — agent-trust-hub — bagisto-playwright-testing