chrome-form-filler
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strong security boundaries by explicitly blocking sensitive fields such as passwords and credit card information from automation, requiring manual user entry instead as defined in the
SKILL.mdguidelines. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests and processes data from external web pages. Ingestion points: Accessibility tree data from web pages is read via
read_pageandfindtools (seeSKILL.md). Boundary markers: No explicit delimiters are used to wrap ingested page content to prevent the agent from following instructions found on the page. Capability inventory: The skill can interact with the browser usingform_input,computer, andscreenshotactions. Sanitization: Input validation is handled via thevalidate_form.pyscript for specific data formats like email and phone, but general sanitization of the accessibility tree content is not implemented. This finding is assessed as safe given the skill's primary focus on user-approved form filling and strict rules against processing sensitive data.
Audit Metadata