core-agent-browser
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interfaces with the
agent-browserCLI to perform web automation tasks including navigation, element interaction (click, fill), and information retrieval (get text/value). - [PROMPT_INJECTION]: As the skill ingests and processes content from external websites via the
snapshotcommand, it is susceptible to indirect prompt injection attacks where malicious instructions on a webpage could influence the agent's behavior. - Ingestion points:
agent-browser snapshotandagent-browser get textoutputs inSKILL.md. - Boundary markers: No delimiters or 'ignore' instructions are present in the documentation to mitigate processing untrusted HTML content.
- Capability inventory: Subprocess execution via
agent-browserfor interaction and navigation; file system writes viaagent-browser screenshot(SKILL.md). - Sanitization: No specific sanitization, escaping, or validation of external webpage content is described in the workflow.
Audit Metadata