openai-playwright
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill downloads and executes the
@playwright/clipackage vianpxandnpm. While this involves fetching external code at runtime, the dependency is maintained by Microsoft (a trusted organization), which qualifies for a severity downgrade per the [TRUST-SCOPE-RULE]. - [COMMAND_EXECUTION] (LOW): The skill provides
evalandrun-codecommands that allow the agent to execute arbitrary JavaScript within the browser environment. While powerful, these are standard features for browser automation and are restricted to the browser's sandbox. - [PROMPT_INJECTION] (LOW): The skill is vulnerable to Indirect Prompt Injection (Category 8) because it processes untrusted data from the web.
- Ingestion points: Untrusted data enters the context through
pwcli snapshot,pwcli eval, andpwcli network(found inSKILL.mdandreferences/workflows.md). - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore instructions embedded within the retrieved web content.
- Capability inventory: The skill has access to high-privilege tools including
Bash,Write, andEdit(specified inSKILL.md). - Sanitization: No sanitization or filtering of the ingested web content is performed before it is presented to the agent.
Audit Metadata