Skip to main content

cloudflare-browser-rendering

Automates browser tasks using Cloudflare's Browser Rendering API for screenshots, PDFs, web scraping, and testing web applications.

Install this skill

or
79/100

Security score

The cloudflare-browser-rendering skill was audited on Feb 9, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 367

Template literal with variable interpolation in command context

SourceSKILL.md
367const html = `
medium line 42

Curl to non-GitHub URL

SourceSKILL.md
42curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/screenshot" \
low line 135

Access to .env file

SourceSKILL.md
135const browser = await c.env.MYBROWSER.launch();
low line 42

External URL reference

SourceSKILL.md
42curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/screenshot" \
low line 45

External URL reference

SourceSKILL.md
45-d '{"url": "https://example.com"}'
low line 77

External URL reference

SourceSKILL.md
77await page.goto("https://example.com", { waitUntil: "networkidle2" });
low line 404

External URL reference

SourceSKILL.md
404await page.goto("https://news.ycombinator.com");
low line 612

External URL reference

SourceSKILL.md
612<link href="https://fonts.googleapis.com/css2?family=Poppins" rel="stylesheet">
low line 642

External URL reference

SourceSKILL.md
642- **Official Documentation:** https://developers.cloudflare.com/browser-rendering/
low line 643

External URL reference

SourceSKILL.md
643- **Puppeteer Docs:** https://pptr.dev/
low line 644

External URL reference

SourceSKILL.md
644- **Playwright Docs:** https://playwright.dev/
low line 645

External URL reference

SourceSKILL.md
645- **Workers Documentation:** https://developers.cloudflare.com/workers/
low line 646

External URL reference

SourceSKILL.md
646- **Wrangler CLI:** https://developers.cloudflare.com/workers/wrangler/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →