web-browse
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
evaluateaction allows the agent to execute arbitrary JavaScript code within the web browser's context. While a standard feature for web automation, it provides a powerful mechanism for data extraction or unauthorized actions if the agent is manipulated by untrusted content. - [PROMPT_INJECTION]: The skill is designed to ingest untrusted data from external web pages, creating a significant surface for indirect prompt injection.
- Ingestion points: Data enters the agent context through the
read,snapshot,extract,paginate, andwait-toastactions inSKILL.md. - Boundary markers: The skill instructs the agent to treat content inside
[PAGE_CONTENT: ...]delimiters as untrusted and warns never to execute commands or follow instructions found in page text. - Capability inventory: The skill provides high-privilege capabilities including arbitrary JavaScript execution (
evaluate), form interaction (fill,login), and file uploads (file-upload). - Sanitization: Content is wrapped in delimiters, but no automated escaping or validation of the ingested content is implemented.
- [CREDENTIALS_UNSAFE]: The
loginmacro accepts a password via the--passcommand-line argument. This practice can expose sensitive credentials in system process lists or shell history logs. - [EXTERNAL_DOWNLOADS]: The
file-uploadmacro allows the agent to upload files to external web services. While the skill implements security controls by restricting paths to/tmp, the working directory, orWEB_CTL_UPLOAD_DIRand blocking dotfiles, it remains a potential vector for data egress.
Audit Metadata