playwright
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxwithin its wrapper script to fetch and execute the@playwright/clipackage from the public npm registry. This is a well-known package maintained by Microsoft. - [COMMAND_EXECUTION]: The script
scripts/playwright_cli.shfacilitates the execution of Playwright commands by wrappingnpx. It passes agent-provided arguments directly to the CLI. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it is designed to ingest and process data from external, untrusted web pages.
- Ingestion points: Browser snapshots, element text extraction via
eval, and page navigation outputs (SKILL.md, scripts/playwright_cli.sh). - Boundary markers: The instructions do not define specific delimiters or warnings to ignore instructions embedded in the web content being processed.
- Capability inventory: The skill can execute shell commands via the wrapper script, navigate the network, and execute arbitrary JavaScript in the browser context via
evalandrun-codecommands. - Sanitization: No explicit sanitization or filtering of the extracted web content is performed before it is returned to the agent context.
Audit Metadata