webapp-testing
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill interacts with external and local web content via Playwright, creating a surface for indirect prompt injection attacks where malicious instructions in HTML content or console logs could influence the agent's behavior.
- Ingestion points: Browser automation scripts in
examples/element_discovery.py,examples/console_logging.py, andexamples/static_html_automation.pyread page content, attribute values, and browser console logs. - Boundary markers: The skill does not employ delimiters or explicit instructions to ignore potentially malicious content found on web pages.
- Capability inventory: The skill provides shell execution capabilities through
scripts/with_server.py, which is used to launch servers and run test scripts. - Sanitization: There is no evidence of filtering or sanitization of data retrieved from the browser before it is processed by the agent.
- [COMMAND_EXECUTION]: The script
scripts/with_server.pyis designed to execute shell commands provided as command-line arguments, which represents a capability that could be exploited. - The script uses
subprocess.Popenwithshell=Trueto execute server commands (e.g.,npm run dev) andsubprocess.runto execute the primary test command. - This utility is intended for managing development servers but provides a mechanism for executing arbitrary shell strings, including those with shell metacharacters and pipes.
Audit Metadata