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
| 185 | return `meetings:${geohash}:${radius}`; |
medium line 195
Template literal with variable interpolation in command context
SourceSKILL.md
| 195 | const cacheKey = `meetings:${geohash}:${radius}`; |
medium line 249
Template literal with variable interpolation in command context
SourceSKILL.md
| 249 | const key = `rate:${ip}`; |
low line 513
Fetch to external URL
SourceSKILL.md
| 513 | const data = await fetch('https://slow-api.com/data'); |
low line 519
Fetch to external URL
SourceSKILL.md
| 519 | const data = await fetch('https://slow-api.com/data', { |
low line 513
External URL reference
SourceSKILL.md
| 513 | const data = await fetch('https://slow-api.com/data'); |
low line 519
External URL reference
SourceSKILL.md
| 519 | const data = await fetch('https://slow-api.com/data', { |
Scanned on Mar 7, 2026
View Security Dashboard