webapp-testing
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for E2E testing best practices and a utility script (
playwright_runner.py) for browser automation. - [COMMAND_EXECUTION]: The skill documents how to run its own bundled script using Python. This is a primary intended function and uses a local script without dynamic or remote injection.
- [EXTERNAL_DOWNLOADS]: The documentation suggests installing
playwrightviapipand its browser binaries. These are well-known, trusted tools for the intended purpose of web testing. - [DYNAMIC_EXECUTION]: The Python script uses
page.evaluate()to execute JavaScript within the browser context. This is standard Playwright behavior for DOM inspection and does not involve executing untrusted input on the host machine.
Audit Metadata