Chrome Remote Browser Guide
Analysis
This guide is coherent for browser automation, but it gives an agent broad control over logged-in Chrome sessions and encourages page captures that may expose private information.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
external tools can: Open/close tabs; Navigate to URLs; Read page content; Take screenshots; Click buttons, fill forms, scroll; Execute JavaScript
The artifact documents broad browser-control operations that can affect arbitrary webpages, but the provided instructions do not clearly limit domains, actions, or require confirmation for high-impact changes.
`execute_js` — Run JavaScript... Execute arbitrary JavaScript in the page context. Extremely powerful
Arbitrary page-context JavaScript execution is disclosed and aligned with browser automation, but it is a powerful escape-hatch capability that can read or modify page state.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
This enables interaction with authenticated sessions (Google, GitHub, dashboards, etc.) without needing separate login credentials.
The skill instructs agents to use the user's already logged-in browser sessions, granting delegated access to accounts without a scoped credential boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Always take a screenshot and/or snapshot before and after every action... Returns: A CDN URL of the screenshot image
The guide encourages frequent capture of authenticated pages, and the screenshot output is described as a CDN URL, creating an unclear external data boundary for potentially private page contents.
