go-playwright

Pass

Audited by Gen Agent Trust Hub on Mar 26, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill utilizes the standard Playwright Go installation command go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps to fetch necessary browser drivers and binaries. This is an expected setup step for browser automation tooling and targets the official community-maintained repository.
  • [COMMAND_EXECUTION]: The skill involves launching browser processes and executing the Playwright driver. These operations are core to the skill's purpose for web scraping and testing, with provided guidelines focusing on efficient resource management and process cleanup using defer statements.
  • [DATA_EXFILTRATION]: No malicious data exfiltration patterns were detected. The skill includes standard implementation patterns for session persistence, such as saving and loading browser cookies to local files, which is routine for maintaining automation state.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 09:14 AM