Skip to main content

cache-strategy

Implements effective caching strategies for HTTP, service workers, and memoization to enhance application performance.

Install this skill

or
87/100

Security score

The cache-strategy skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 359

Template literal with variable interpolation in command context

SourceSKILL.md
359const key = `cache:${req.originalUrl}`;
medium line 404

Webhook reference - potential data exfiltration

SourceSKILL.md
404- Implement webhook-based clearing
low line 782

External URL reference

SourceSKILL.md
782- [Workbox Documentation](https://developers.google.com/web/tools/workbox)
low line 783

External URL reference

SourceSKILL.md
783- [Redis Caching Best Practices](https://redis.io/docs/manual/patterns/)
low line 784

External URL reference

SourceSKILL.md
784- [Web.dev - Service Worker Caching](https://web.dev/service-worker-caching-and-http-caching/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →