webapp-testing
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions include installing the Playwright library and the Chromium browser. Playwright is a standard, widely-used framework for end-to-end testing and browser automation maintained by a well-known organization.\n- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of external data by navigating to and reading content from web pages via Playwright commands like
page.goto()andpage.content(). This represents a potential surface where untrusted data could contain instructions targeting the agent.\n - Ingestion points: External and local web pages accessed via the browser automation library (SKILL.md).\n
- Boundary markers: None identified; the skill directly processes the rendered DOM content.\n
- Capability inventory: Browser automation capabilities including page navigation, content extraction, and taking screenshots.\n
- Sanitization: The skill does not define methods for sanitizing or validating the content retrieved from the browser before processing.
Audit Metadata