webapp-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Indirect Prompt Injection (LOW): The skill interacts with external/local web applications, which serves as an ingestion point for untrusted data that could contain malicious instructions.
- Ingestion points: Untrusted content enters the context via
page.content(),page.screenshot(), andpage.locator().all()as shown inSKILL.md. - Boundary markers: The skill lacks explicit delimiters or instructions for the agent to ignore instructions embedded within the HTML content.
- Capability inventory: The agent has access to
Bash,Write, andEdittools, which could be misused if an injection is successful. - Sanitization: No sanitization or validation of page content is specified before processing.
- Command Execution (SAFE): The
Bashtool is used for legitimate testing activities such as runningpytestand starting local development servers. - External Downloads (LOW): Usage of Playwright implies the download of browser binaries; this is downgraded to LOW as Microsoft/Playwright is considered a trusted source.
Audit Metadata