webcmd-browser
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
webcmdCLI via Bash to perform all browser interactions, including state inspection, navigation, and element manipulation. - [EXTERNAL_DOWNLOADS]: The skill instructions include a fallback gate that uses
webcmd plugin searchto find and offer the installation of external plugins, which involves downloading third-party code. - [DATA_EXFILTRATION]: The
browser uploadcommand allows the agent to attach local files to a website's file input. If the agent is compromised via injection, this could be used to exfiltrate sensitive local documents. Furthermore, thebrowser networkcommand captures API traffic which may contain PII or session data. - [DYNAMIC_EXECUTION]: The
browser evalcommand allows for the execution of arbitrary JavaScript within the browser's context. Although the documentation encourages read-only IIFEs, the command itself provides a mechanism for dynamic code execution. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process content from arbitrary websites through commands like
state,extract, andfetch-browser. This creates a surface for indirect prompt injection where a malicious website could attempt to influence the agent's behavior. - Ingestion points: Untrusted data enters the agent context via
browser state,browser extract,fetch-browser, andbrowser network(as described in SKILL.md). - Boundary markers: The instructions do not specify explicit delimiters or specific warnings to ignore instructions embedded in the web content.
- Capability inventory: The agent has the ability to write to the local filesystem (
Write,Edittools), execute shell commands (Bash(webcmd:*)), and upload local files to external domains. - Sanitization: No specific sanitization, escaping, or filtering of instructions found within external web content is described.
Audit Metadata