browse
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted web content, creating an indirect prompt injection surface.
- Ingestion points: The
get_state,screenshot, andextractactions inSKILL.mdbring external data into the agent context. - Boundary markers: No explicit delimiters or instructions are provided to isolate untrusted web content from agent instructions.
- Capability inventory: The
Browsertool provides powerful capabilities including element interaction, file uploads, cookie management, and arbitrary JavaScript execution viaevaluate. - Sanitization: No sanitization of the external web content is described before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill facilitates the execution of browser-specific commands and arbitrary JavaScript code. The
evaluateaction allows for dynamic execution within the browser context. - [DATA_EXFILTRATION]: Provides the ability to retrieve sensitive information from the browser. The
cookies_getaction and JavaScriptevaluate(accessinglocalStorage) can be used to access session cookies and authentication tokens.
Audit Metadata