playwright
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install
playwright-corevianpm, which is a well-known and standard library for browser automation. - [COMMAND_EXECUTION]: The skill launches the Chromium browser as a subprocess using shell commands with debugging flags to enable CDP (Chrome DevTools Protocol) communication.
- [COMMAND_EXECUTION]: The skill functions by writing and executing local Node.js scripts (
.mjs) to perform automation tasks such as form filling and data extraction. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from external websites into the agent's context.
- Ingestion points: Untrusted data enters the agent context via
page.content()andpage.evaluate()calls inSKILL.mdscripts. - Boundary markers: No specific delimiters or safety warnings for embedded instructions are specified in the prompts.
- Capability inventory: The skill has access to shell execution (
Bash) and file system operations (Read,Write) as defined inallowed-tools. - Sanitization: There is no evidence of content sanitization or validation of the HTML/text extracted from the browser before it is processed by the agent.
Audit Metadata