playwright
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Indirect Prompt Injection Surface: The skill is designed to interact with arbitrary external websites, which presents a potential surface for untrusted data ingestion.
- Ingestion points: External web content is loaded into the agent session via commands like
pwcli open, and data is extracted into the context usingpwcli snapshotandpwcli evalwithinSKILL.mdandreferences/cli.md. - Boundary markers: No specific boundary markers or instructions to disregard text-based directives within web pages are specified in the prompts.
- Capability inventory: The agent possesses command-line execution capability via
scripts/playwright_cli.shto automate browser operations. - Sanitization: Web page text and DOM snapshots are processed directly as retrieved from the target URLs without sanitization filters.
- Terminal Command Execution: The core functionality relies on running local shell commands via the bundled
scripts/playwright_cli.shscript to invoke browser operations from the terminal environment. - External Package Retrieval: The wrapper script utilizes
npxto dynamically fetch and run@playwright/clifrom the public npm registry, which is standard behavior for Node.js-based terminal tools to ensure the required binaries are available.
Audit Metadata