Skip to main content

cloudflare-workers-performance

Optimizes Cloudflare Workers performance by addressing CPU, memory, caching, and bundle size issues to reduce latency and improve efficiency.

Install this skill

or
80/100

Security score

The cloudflare-workers-performance skill was audited on May 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150const response = await caches.default.match(new Request(`https://cache/${key}`));
medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155new Request(`https://cache/${key}`),
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157headers: { 'Cache-Control': `max-age=${ttl}` }
low line 150

External URL reference

SourceSKILL.md
150const response = await caches.default.match(new Request(`https://cache/${key}`));
low line 155

External URL reference

SourceSKILL.md
155new Request(`https://cache/${key}`),
low line 215

External URL reference

SourceSKILL.md
215- Performance: https://developers.cloudflare.com/workers/platform/performance/
low line 216

External URL reference

SourceSKILL.md
216- Limits: https://developers.cloudflare.com/workers/platform/limits/
low line 217

External URL reference

SourceSKILL.md
217- Caching: https://developers.cloudflare.com/workers/runtime-apis/cache/
Scanned on May 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 73
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
secondsky/claude-skills