Skip to main content

Skill: CDP React Automation

Automate React SPAs (Payhip, agentskill.sh, Supabase, Vercel, etc.) via Chrome DevTools Protocol without needing Playwright/Puppeteer.

Install this skill

or
70/100

Security score

The Skill: CDP React Automation skill was audited on Jul 29, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 127

Eval function call

SourceSKILL.md
125 return resp.get("result", {})
126
127 def eval(self, expr, await_promise=True):
128 r = self.call("Runtime.evaluate", {
129 "expression": expr,
high line 136

Eval function call

SourceSKILL.md
134
135 def click(self, selector):
136 pos = self.eval(f"""
137 (() => {{
138 const e = document.querySelector({repr(selector)});
Scanned on Jul 29, 2026
View Security Dashboard
Installation guide →