browser-automation
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill automates browsing and data extraction from arbitrary web pages, which exposes the agent to instructions embedded in third-party content.
- Ingestion points: Web page content is captured via screenshots and processed by the AI model during
act,assert, andtake_screenshotoperations. - Boundary markers: There are no specific instructions or delimiters mentioned to help the agent distinguish between user-provided tasks and untrusted instructions found on websites.
- Capability inventory: The skill uses the
Bashtool to interact with the file system (screenshots, reports) and control the browser; it can also perform file uploads via the--file-chooser-allowed-dirflag. - Sanitization: No sanitization or filtering of website content is described before it is analyzed by the model.
- [COMMAND_EXECUTION]: The skill requires the
Bashtool to executenpxcommands andcurlfor checking local Chrome debugging ports. - [EXTERNAL_DOWNLOADS]: The skill fetches the
@midscene/webpackage from the NPM registry at runtime usingnpx. This is a well-known service and standard for this tool's distribution.
Audit Metadata