agent-browser
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Provides documentation for the agent-browser CLI, which executes commands to control a headless Chromium instance. This includes navigation (open), interaction (click, fill), and information gathering (snapshot, get text).
- [EXTERNAL_DOWNLOADS]: Includes a setup command (agent-browser install) that downloads a bundled version of the Chromium browser, which is a legitimate and necessary dependency for the tool's core functionality.
- [DATA_EXFILTRATION]: Supports features for file uploads (upload) and session state management (state save/load). These are standard capabilities for browser drivers and are presented within the context of legitimate automation workflows.
- [REMOTE_CODE_EXECUTION]: Features a JavaScript execution command (eval) that allows running scripts within the browser context. This is a common feature in automation tools (similar to Playwright's page.evaluate) and is used for advanced interaction with web elements.
Audit Metadata