browse
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface as it is designed to browse and ingest content from arbitrary external websites.
- Ingestion points: External untrusted data enters the agent context through commands like
browse goto,browse text,browse html, andbrowse snapshotas detailed inSKILL.mdandreferences/commands.md. - Boundary markers: The skill explicitly includes an opt-in
--content-boundariesflag to wrap page content in nonce-delimited markers as a defense mechanism, which reduces the severity of the injection surface. - Capability inventory: The execution environment allows powerful actions including execution of arbitrary JavaScript via
browse js, form filling withbrowse fill, clicks viabrowse click, and file uploads viabrowse uploadusing the authorizedBashtool. - Sanitization: Content sanitization and domain restriction can be explicitly configured via the
--allowed-domainsand--content-boundariesflags to limit exposure to malicious inputs.
Audit Metadata