web-browser
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the
agent-browserCLI via shell execution to perform web interaction tasks such as opening URLs, clicking elements, and filling forms. - [EXTERNAL_DOWNLOADS]: Performs network requests to arbitrary external URLs as its primary function for web browsing.
- [PROMPT_INJECTION]: The skill processes untrusted web content via the
snapshotcommand, which presents a surface for indirect prompt injection. * Ingestion points: Web content is read into the agent's context throughagent-browser snapshotinSKILL.md. * Boundary markers: No specific delimiters are defined in the instructions to isolate web content. * Capability inventory: The skill provides interactive tools likeclick,fill, andtypethat could be manipulated by malicious instructions embedded in web pages. * Sanitization: Extracted content is not sanitized before being returned to the agent.
Audit Metadata