playwright-automation
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill contains an install.py script that facilitates environment preparation by executing hardcoded shell commands. It uses subprocess.run to install the Playwright Python library and its required browser engines. These operations are transparent and do not involve user-supplied input.
- [EXTERNAL_DOWNLOADS]: During the setup process, the skill downloads the official playwright package from PyPI and Chromium browser binaries from Microsoft's distribution servers. These are standard dependencies for the skill's intended functionality.
- [SAFE]: The skill is a legitimate utility for browser automation. The provided Python examples demonstrate typical usage of the Playwright API for web interaction. No suspicious behaviors such as credential harvesting, persistence mechanism creation, or multi-layered obfuscation were identified.
Audit Metadata