browserbase-cli
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the official
@browserbasehq/cliand@browserbasehq/browse-clipackages from the npm registry, as well as running a skill installer vianpx. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to runbbCLI commands for automation, session management, and platform interactions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it retrieves and processes content from arbitrary external URLs, which could contain instructions intended to manipulate the agent's behavior.
- Ingestion points: Data enters the agent context through the
bb fetch <url>andbb search "<query>"commands described inSKILL.mdandREFERENCE.md. - Boundary markers: The skill lacks explicit delimiters or system instructions to ignore potential commands embedded within the retrieved web content.
- Capability inventory: The skill is granted access to the
Bashtool, which allows for shell command execution that could be targeted by injected instructions. - Sanitization: There is no evidence of content sanitization or validation before the agent processes the retrieved data.
Audit Metadata