playwright-e2e-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references the installation of
@playwright/testandtypescriptfrom the npm registry. These are official, industry-standard tools maintained by reputable organizations (Microsoft). - [COMMAND_EXECUTION] (SAFE): Includes standard CLI commands for initializing projects and running tests (
npx playwright test). These commands are typical for the developer workflow and do not include suspicious piping or obfuscated parameters. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or credentials were detected. The configuration example correctly demonstrates using environment variables (
process.env.CI) for conditional logic. - [DATA_EXPOSURE] (SAFE): The skill does not access sensitive system paths or configuration files (e.g., SSH keys or AWS credentials). It focuses entirely on local project directories and target application URLs.
Audit Metadata