playwright
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npxwithin its wrapper script to download and execute the@playwright/clipackage. This package is provided by a reputable organization. - [EXTERNAL_DOWNLOADS]: The skill fetches the Playwright CLI from the public registry during execution and provides instructions for manual global installation.
- [COMMAND_EXECUTION]: The
scripts/playwright_cli.shscript executes shell commands to invoke the Playwright CLI with arguments provided by the agent. - [PROMPT_INJECTION]: The skill processes content from external websites, creating a surface for indirect prompt injection.
- Ingestion points: Web content and DOM snapshots are retrieved via
playwright-cli openandplaywright-cli snapshotas documented inSKILL.mdandreferences/workflows.md. - Boundary markers: There are no explicit delimiters defined to isolate data returned from the browser from the agent's internal instructions.
- Capability inventory: The skill can execute shell commands, read/write to the local file system for artifacts like screenshots, and make network requests via the browser.
- Sanitization: No automated sanitization or verification of the extracted web data is performed before it is presented to the agent.
Audit Metadata