agent-browser

Pass

Audited by Gen Agent Trust Hub on Feb 21, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • EXTERNAL_DOWNLOADS (SAFE): The update script downloads pre-compiled binaries from a trusted source.
  • Evidence: scripts/check-update.sh uses the GitHub CLI (gh) to download assets from vercel-labs/agent-browser. This organization is a recognized trusted entity.
  • COMMAND_EXECUTION (SAFE): The skill uses shell wrappers to execute platform-specific binaries and build commands.
  • Evidence: bin/agent-browser dynamically identifies the host architecture to execute the correct native binary using exec.
  • Evidence: scripts/build-all-platforms.sh orchestrates cross-platform builds using Docker and Cargo, which is standard for native tool development.
  • PRIVILEGE_ESCALATION (SAFE): No unauthorized privilege escalation was detected.
  • Evidence: chmod +x is correctly used to set execution permissions on downloaded or locally compiled binaries, which is the expected behavior for these scripts.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 21, 2026, 05:49 PM