dogfood
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill navigates to and interacts with live web applications, ingesting untrusted data via accessibility snapshots and element annotations. This creates a surface for indirect prompt injection where malicious content on a web page could attempt to override the agent's instructions. Ingestion points: The
snapshotandannotatecommands inscripts/browser-driver.mjscapture the text structure and visual state of external web pages. Boundary markers: The skill instructions do not provide delimiters or specific warnings to the agent to ignore or isolate instructions encountered within the tested application's UI. Capability inventory: The agent has broad capabilities via the Bash tool to perform file operations and network requests across the scripts, which could be abused if an injection is successful. Sanitization: The skill does not sanitize or filter the content retrieved from the web pages before it is processed by the agent. - [EXTERNAL_DOWNLOADS]: The skill downloads necessary dependencies and browser binaries during its setup phase. Evidence: The
SKILL.mdfile instructs the agent to runnpm installandnpx playwright install chromiumin thescriptsdirectory. Context: These resources are official packages for the Playwright testing framework and are maintained by a well-known, trusted organization (Microsoft).
Audit Metadata