playwright
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill fetches and executes the
@playwright/clipackage from the official npm registry usingnpx. This ensures that browser automation tools are available in the runtime environment. Since the package originates from a trusted organization, this is documented as a standard functional dependency. - [COMMAND_EXECUTION]: A shell wrapper script (
scripts/playwright_cli.sh) is provided to execute various browser automation commands, including script evaluation and interaction commands like clicking and typing. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection. * Ingestion points: The agent ingests external web content via
snapshot(DOM structure) andeval(text extraction) commands as seen inSKILL.mdandreferences/cli.md. * Boundary markers: There are no explicit delimiters or instructions provided to isolate potentially untrusted web content from the agent's core instructions. * Capability inventory: The skill possesses significant capabilities, including the ability to fill forms, click buttons, and run arbitrary JavaScript within the browser session. * Sanitization: No sanitization or validation of the data retrieved from external web pages is performed before the agent processes it.
Audit Metadata