browser
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
browseCLI tool to perform browser interactions, which are executed through Bash commands (SKILL.md). - [EXTERNAL_DOWNLOADS]: The skill metadata and instructions recommend the installation of the
browsenpm package (SKILL.md). - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests untrusted data from the web.
- Ingestion points: Data is brought into the agent's context through
browse snapshot,browse get text, andbrowse get html(SKILL.md, REFERENCE.md). - Boundary markers: The instructions do not define delimiters or provide specific warnings to the agent to ignore instructions contained within the fetched content.
- Capability inventory: The skill has the ability to execute Bash commands, interact with web pages (click, type, fill), and write network logs or screenshots to the local filesystem (REFERENCE.md).
- Sanitization: There is no mechanism described for sanitizing or filtering external content before it is processed by the agent.
- [REMOTE_CODE_EXECUTION]: The
browse evalcommand allows for the execution of arbitrary JavaScript code within the context of the browser page (REFERENCE.md).
Audit Metadata