Skip to main content

edge-performance-optimizer

Optimizes Cloudflare Workers performance by minimizing cold starts, reducing bundle size, and enhancing edge caching for global efficiency.

Install this skill

or
90/100

Security score

The edge-performance-optimizer skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 199

Template literal with variable interpolation in command context

SourceSKILL.md
199fullName: `${user.firstName} ${user.lastName}`,
low line 150

Fetch to external URL

SourceSKILL.md
150const config = await fetch('https://api.example.com/config');
low line 169

Fetch to external URL

SourceSKILL.md
169response = await fetch('https://api.example.com/config');
low line 150

External URL reference

SourceSKILL.md
150const config = await fetch('https://api.example.com/config');
low line 160

External URL reference

SourceSKILL.md
160const cacheKey = new Request('https://example.com/config', {
low line 169

External URL reference

SourceSKILL.md
169response = await fetch('https://api.example.com/config');
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry