agent-browser
Fail
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to install software using
curl -fsSL https://agent-browser.sh | bash. This method executes a remote script directly in the shell without any verification, allowing for arbitrary code execution on the user's machine. - [EXTERNAL_DOWNLOADS]: The skill references multiple external sources for downloading executable content, including the domain
agent-browser.shand the NPM registry. Additionally, the commandagent-browser skills get coredynamically fetches workflow instructions from a remote source at runtime. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute complex CLI commands, including
navigate,click,fill, andscreenshot. These commands interact with browser processes and have the capability to read and modify local configuration files like~/.agent-browser/config.toml. - [PROMPT_INJECTION]: There is a significant discrepancy in the skill's attribution. While the metadata and description claim the author is 'Vercel Labs', the skill is provided by 'peter-tu-zynkr' and references 'zynkr.ai'. This deceptive use of a well-known organization's name to distribute software is a major security red flag.
- [DATA_EXFILTRATION]: The CLI tool is designed to extract data from websites, including accessibility trees, HTML, and screenshots. While this is the intended functionality, it also creates a surface for indirect prompt injection and the potential for sensitive data to be transmitted to external endpoints via the 'chat' gateway.
Recommendations
- HIGH: Downloads and executes remote code from: https://agent-browser.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata