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.shuses the GitHub CLI (gh) to download assets fromvercel-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-browserdynamically identifies the host architecture to execute the correct native binary usingexec. - Evidence:
scripts/build-all-platforms.shorchestrates 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 +xis correctly used to set execution permissions on downloaded or locally compiled binaries, which is the expected behavior for these scripts.
Audit Metadata