playwright-trace-analyzer
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard developer tool designed for troubleshooting E2E tests. No malicious patterns or security risks were identified.
- [EXTERNAL_DOWNLOADS]: The skill includes functionality to download test artifacts from GitHub Actions.
- Evidence:
scripts/fetch-gh-run.mjsuses theghCLI (gh run download) to fetch ZIP files from official GitHub repositories. - Context: This is a core feature of the skill and targets a well-known service (GitHub), adhering to expected behavior.
- [COMMAND_EXECUTION]: The skill executes shell commands to process trace files.
- Evidence:
scripts/fetch-gh-run.mjsandscripts/trace-extract.mjsusenode:child_processto callgh,unzip, andpython3. - Mitigation: These scripts use
execFileSyncwith argument arrays rather than shell strings, effectively preventing command injection vulnerabilities. - [PROMPT_INJECTION]: The skill analyzes external data (test logs and error messages) which could theoretically contain instructions.
- Ingestion points: The agent reads content from
trace.traceandtrace.networkJSONL files, including console logs and error stack traces. - Boundary markers: While explicit delimiters for the trace data are not defined, the skill focuses on technical measurement and root-cause analysis rather than blindly following instructions found in the data.
- Capability inventory: File system access and shell execution are limited to the provided scripts.
- Sanitization: Content is parsed as structured JSONL before analysis.
- Note: This represents a standard attack surface for any analysis tool; no actual injection patterns were detected in the skill instructions.
Audit Metadata