Skip to main content

cloudflare-worker-dev

Enables development of serverless APIs and edge computing solutions using Cloudflare Workers, KV, and Durable Objects.

Install this skill

or
81/100

Security score

The cloudflare-worker-dev skill was audited on Mar 7, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185return `meetings:${geohash}:${radius}`;
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195const cacheKey = `meetings:${geohash}:${radius}`;
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249const key = `rate:${ip}`;
low line 513

Fetch to external URL

SourceSKILL.md
513const data = await fetch('https://slow-api.com/data');
low line 519

Fetch to external URL

SourceSKILL.md
519const data = await fetch('https://slow-api.com/data', {
low line 513

External URL reference

SourceSKILL.md
513const data = await fetch('https://slow-api.com/data');
low line 519

External URL reference

SourceSKILL.md
519const data = await fetch('https://slow-api.com/data', {
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →
GitHub Stars 104
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
curiositech/some_claude_skills