dogfood
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external websites specified as the target URL, creating a surface for indirect prompt injection attacks.
- Ingestion points:
SKILL.mddetails how the agent should ingest content viabrowser_snapshot(),browser_vision(), andbrowser_console()calls. - Boundary markers: There are no explicit instructions or delimiters used to warn the agent to ignore potential instructions embedded within the webpage content or console logs.
- Capability inventory: The agent possesses browser interaction capabilities (
browser_click,browser_type,browser_press) and the ability to write reports and screenshots to the local file system as defined in Phase 5 ofSKILL.md. - Sanitization: The skill does not describe any sanitization or validation mechanisms for the text and console data retrieved from the browser before it is processed by the model.
Audit Metadata