Caveat verdict
browser-automation-cdp
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.
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.
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
Permission integrity
file_read+write
Findings (5)
Uses eval() — can execute arbitrary code
SKILL.md · code · eval(
Opens WebSocket connection
SKILL.md · code · WebSocket
HTTP request to bare IP address — common in malicious payloads
cdp-automation.js · prose · downgraded · http://127.0.0.1
Data encoding/decoding
SKILL.md · code
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 Thanks — recorded.