lov-fill-web-form
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements a workflow susceptible to indirect prompt injection by processing untrusted external content and using it to guide local file exploration. • Ingestion points: Data enters via the
WebFetchcommand inSKILL.md(Step 1) which retrieves fields from arbitrary, user-supplied URLs. • Boundary markers: There are no delimiters or instructions to ignore embedded commands when the fetched fields are passed to the search agent in Step 2. • Capability inventory: The skill employsAgent (Explore),Read,Grep, andGlobtools with broad access to the user's local knowledge base. • Sanitization: No sanitization, escaping, or validation of the external form content is performed before interpolation into the agent's context. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill's primary function involves reading sensitive local information from paths such as
**/profile/**,**/bio/**,MEMORY.md, andofficial.md. While this behavior is consistent with the skill's purpose for form filling, the lack of isolation between untrusted web inputs and these sensitive files creates a risk of unauthorized data discovery or summary creation if an indirect prompt injection occurs.
Audit Metadata