browser
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill automates web browser interactions, which involves processing data from untrusted external websites. \n
- Ingestion points: Untrusted data enters the agent's context through
agent-browser snapshot(accessibility trees) andagent-browser get(text/HTML) commands as documented inSKILL.md. \n - Boundary markers: There are no explicit instructions or delimiters mentioned to ensure the agent ignores malicious instructions embedded in the content of the pages it visits. \n
- Capability inventory: The skill allows for navigation, element interaction (clicking, typing), and session state management. \n
- Sanitization: The skill does not specify any sanitization or filtering of data retrieved from the web browser. \n
- [EXTERNAL_DOWNLOADS]: The documentation includes instructions to use
npx @claude-flow/clifor memory storage and search functions. \n - This results in the dynamic download and execution of the package from the NPM registry. \n
- [COMMAND_EXECUTION]: The skill relies on the execution of CLI tools, specifically
agent-browserandnpx, to perform its core functions.
Audit Metadata