browser
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted data from the web, which could contain instructions designed to manipulate the agent's behavior.
- Ingestion points: Web content retrieved via
browse snapshot,browse get text, andbrowse get html(SKILL.md, REFERENCE.md). - Boundary markers: The instructions do not define clear boundaries or include directives to ignore instructions embedded in the extracted web content.
- Capability inventory: The skill utilizes the
Bashtool to executebrowsecommands, which includeevalfor JavaScript execution,screenshotfor file writing, andopenfor network operations (SKILL.md, REFERENCE.md). - Sanitization: No evidence of sanitization or filtering of the content extracted from external websites.
- [EXTERNAL_DOWNLOADS]: Installs the
browseCLI tool from the official NPM registry to provide the necessary browser automation functionality. - [COMMAND_EXECUTION]: Uses the
Bashtool to run CLI commands for automating browser interactions, including navigation, element interaction, and session management. - [DATA_EXFILTRATION]: Handles the
BROWSERBASE_API_KEYenvironment variable for authenticated remote browser sessions and supports local network traffic capture via thebrowse network oncommand.
Audit Metadata