skills/vercel-labs/agent-browser/next/Gen Agent Trust Hub

next

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Browser Subprocess Execution: The skill uses puppeteer-core to launch a Chromium process. This is the standard mechanism for browser automation and is used here to perform server-side tasks like taking screenshots and snapshots.\n- External Package Management: The skill utilizes @sparticuz/chromium and puppeteer-core. These are well-supported packages specifically designed for running Chromium in size-constrained serverless environments.\n- Input-Driven Web Navigation: The skill accepts a URL to navigate the headless browser via page.goto(). This is the core functionality of the skill; however, as with any tool that visits remote resources, it is a surface that processes external content.\n- Environment-Specific Configuration: The logic detects the execution environment (Vercel or AWS Lambda) to dynamically set the Chromium binary path and arguments, which is a standard practice for ensuring compatibility across different deployment platforms.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 08:27 PM