agent-browser
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The
executefunction allows the agent to run arbitrary JavaScript within the browser context, as documented inreferences/commands.md. This is a core feature for web automation and data extraction. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from web pages, creating a surface for potential instruction injection. Ingestion points: The
openandsnapshotfunctions retrieve page elements and text. Boundary markers: The skill does not use specific delimiters to distinguish between system instructions and data extracted from the web. Capability inventory: The skill can interact with page elements, execute scripts, and run shell commands via thebelttool. Sanitization: No sanitization of extracted DOM content or text is provided. - [DATA_EXFILTRATION]: The skill provides patterns for accessing sensitive browser information;
references/authentication.mddemonstrates how to useexecuteto retrievedocument.cookie. - [EXTERNAL_DOWNLOADS]: The skill directs users to install a CLI tool from
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md. This is documented as a necessary setup step for the vendor's platform.
Audit Metadata