webapp-testing
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is sourced from a trusted repository (anthropics/skills) and adheres to its stated purpose of providing web testing utilities.
- [EXTERNAL_DOWNLOADS]: The skill utilizes Playwright, a well-known and industry-standard browser automation framework maintained by a reputable organization. The setup command
npm init playwright@latestis the official installation method. - [COMMAND_EXECUTION]: Provides standard commands for executing tests via
npx playwright test. These operations are typical for development environments and do not include any unauthorized privilege escalation or persistence mechanisms. - [SAFE]: Browser interactions are limited to local testing (e.g., localhost:3000) and standard UI actions. No data exfiltration patterns, credential hardcoding, or obfuscated code segments were detected.
Audit Metadata