browser-testing-playwright
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: Comprehensive analysis of the provided markdown and code snippets shows no evidence of malicious behavior, obfuscation, or unauthorized data access. The skill follows established testing patterns like the Page Object Model (POM).
- [COMMAND_EXECUTION]: The reference files contain standard CLI commands for managing the Playwright environment, such as
npx playwright testandnpm init playwright@latest. These are legitimate operations for the stated purpose of the skill. - [EXTERNAL_DOWNLOADS]: The skill guides users to install the Playwright framework and necessary browser binaries from official package registries. No untrusted third-party sources or scripts are referenced.
- [CREDENTIALS_UNSAFE]: Minimal risk identified in
references/test_data_management.mdwhere a hardcoded example password ('password123') is used for a local API testing scenario. This is a common practice in documentation for local development environments.
Audit Metadata