Skip to main content

workers-performance

Optimizes Cloudflare Workers performance by addressing CPU, memory, caching, and bundle size issues for improved efficiency.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 149

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
216- Caching: https://developers.cloudflare.com/workers/runtime-apis/cache/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry