agent-browser
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions utilize
npxanduvxto download and execute theagent-browserpackage from the official npm registry. This package originates from Vercel Labs, which is a trusted organization. - [COMMAND_EXECUTION]: The skill invokes various CLI commands through the
agent-browsertool to automate browser sessions, including navigation and element interaction. - [REMOTE_CODE_EXECUTION]: The
evalcommand allows for the execution of arbitrary JavaScript within the browser context. While this is a standard feature for automation tools, it represents a powerful capability that executes agent-provided logic on a webpage. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it ingests and processes untrusted data from the web.
- Ingestion points: Data enters the agent context via
open <url>,snapshot, andget contentcommands as described inSKILL.mdandapi/commands.md. - Boundary markers: Absent; the skill lacks specific delimiters or instructions to treat web-fetched content as untrusted data.
- Capability inventory: The skill provides significant capabilities to interact with the target site, including
click,fill,press, andevalinSKILL.mdandapi/commands.md. - Sanitization: Absent; there is no mention of sanitizing or filtering the content retrieved from web pages before processing.
Audit Metadata