playwright-trace
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- Diagnostic Content Processing: The skill is designed to process and display data from Playwright trace files (.zip archives). These files contain information about test executions, including network logs and page content. This is a standard functionality for diagnostic tools in the web development ecosystem.
- Isolated Browser Execution: To support the
snapshotcommand, the skill launches a headless Chromium instance using Playwright. This is used to serve and render DOM snapshots locally, enabling the agent to perform queries (such aseval) against a captured state of a web page. This execution is confined to the browser's sandbox and the specific context of the trace. - Local Workspace Management: The skill extracts trace data into a local directory (
.playwright-cli/trace) and allows the agent to save outputs like screenshots or attachments to the file system. These operations are transparently defined and are typical for tools that manage test artifacts. - Integration with Official Tools: The skill leverages
npx playwright, which is the official CLI for the Playwright framework. The commands provided are wrappers around standard inspection logic, ensuring consistency and reliability.
Audit Metadata