Caveat verdict

browser-automation-cdp

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Encodes data AND uses eval

CDP-based browser automation skill for the user's local Edge/Chrome via a local WebSocket connection; dynamic eval is used to interact with page DOM for automation tasks, which matches the stated purpose and stays local.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
50
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 · ASI05 · ASI10

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (5)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match medium

Opens WebSocket connection

SKILL.md · code · WebSocket

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

cdp-automation.js · prose · downgraded · http://127.0.0.1

Confirmed in code low

Data encoding/decoding

SKILL.md · code

Pattern match low

Node http/https module — low-level network access

cdp-automation.js · prose · downgraded · require('http')

Permissions & capabilities

No declared permissions — minimal attack surface.

dynamic_evaldata_encodingfile_write
Check another skill Browse the registry Auditing your own skills or configs? Use the API