playwright-trace
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- Indirect Prompt Injection Surface: The skill instructs the agent to read and analyze content from
.ziptrace files, which may include HTML snapshots, console logs, and network data. If a trace file contains malicious content, it could potentially influence the agent's reasoning or behavior during analysis. - Ingestion points: The skill reads external
.zipfiles through commands liketrace openandtrace snapshot(SKILL.md). - Boundary markers: There are no explicit delimiters or instructions to the agent to disregard embedded content within the trace data.
- Capability inventory: The agent can execute bash commands and perform network analysis via the Playwright CLI.
- Sanitization: No explicit sanitization of the trace content is described before it is presented to the agent.
- External Resource Fetching: The skill utilizes the
npxcommand to run theplaywrightutility. This process involves retrieving and executing code from the public npm registry. Theplaywrightpackage is maintained by a recognized organization, which is a common practice for this type of tool. - Dynamic Browser Scripting: The
snapshotfunctionality allows for the execution of JavaScript via theevalflag within a headless browser environment. This is used to query the state of a page snapshot and should be monitored for the complexity of scripts being executed.
Audit Metadata