agent-browser
Warn
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads browser binaries from Chrome for Testing (Google) and fetches updates for the tool from its official Vercel-associated repository.
- [COMMAND_EXECUTION]: Provides an
evalcommand to execute arbitrary JavaScript code within the browser context. A specific flag-bis included to support the execution of Base64-encoded scripts, which is a common technique for obfuscating code intent. - [CREDENTIALS_UNSAFE]: Includes functionality to save, store, and manage encrypted credentials (usernames and passwords) within a local 'Auth Vault'.
- [DATA_EXFILTRATION]: Features
streamanddashboardcommands that open local network ports for WebSocket communication and browser monitoring, which could be leveraged for unauthorized data access or session hijacking if not properly secured. - [PROMPT_INJECTION]: The
agent-browser readandsnapshotcommands ingest and process external web content. This functionality serves as a potential vector for indirect prompt injection, as malicious instructions embedded in a web page could attempt to influence the agent's behavior. - [REMOTE_CODE_EXECUTION]: The
upgradecommand facilitates the download and execution of code from a remote source to update the tool's functionality.
Audit Metadata