yutori-browse
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
run_browsing_taskfunction includes awebhook_urlparameter intended for completion notifications. This feature allows the skill to transmit data extracted from websites to external HTTPS endpoints. When used with thebrowser: "local"configuration—which grants access to the user's active desktop session and authenticated states—this creates a mechanism where sensitive information could be sent to unauthorized third-party services if the task is maliciously constructed. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it processes untrusted data from external websites.
- Ingestion points: The agent reads and interacts with content from the
start_urland any pages navigated to during the execution of the task (defined inSKILL.md). - Boundary markers: There are no instructions or delimiters specified to prevent the agent from following malicious instructions that might be hidden within the HTML, metadata, or text of the websites being browsed.
- Capability inventory: The agent has the ability to perform complex browser interactions, extract data, and transmit it via webhooks using the
run_browsing_tasktool. - Sanitization: The skill does not implement validation or filtering of the website content before the agent processes it for decision-making or data extraction.
Audit Metadata