Chrome

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only Chrome debugging reference; it describes powerful browser automation APIs but does not include code, install steps, credentials, persistence, or hidden behavior.

This skill appears safe as a Chrome debugging reference. Before using it with an active DevTools Protocol session, make sure the target tab is intended and avoid applying navigation, script evaluation, or request-interception steps to sensitive browsing sessions unless you explicitly want that behavior.

Findings (1)

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.

What this means

If an agent applies this guidance to an active Chrome debugging session, it could navigate pages or evaluate JavaScript in the selected tab.

Why it was flagged

CDP commands can control or inspect a browser tab. In this artifact they are presented as debugging guidance, not hidden automation, so this is a purpose-aligned note rather than a concern.

Skill content
`Runtime.enable` and `Page.enable` must be called before any `Runtime.evaluate` or `Page.navigate` commands.
Recommendation

Use this skill only for intended Chrome debugging tasks and review any proposed CDP actions before applying them to sensitive browser sessions.