Skip to main content

progressive-web-app

Enables the creation of Progressive Web Apps with offline support and caching strategies for a seamless user experience.

Install this skill

or
73/100

Security score

The progressive-web-app skill was audited on May 15, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177const STATIC_CACHE = `static-${CACHE_VERSION}`;
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178const DYNAMIC_CACHE = `dynamic-${CACHE_VERSION}`;
high line 310

Ngrok tunnel reference

SourceSKILL.md
310- Use a tool like `mkcert` or `ngrok` if you need HTTPS locally with a custom hostname.
low line 309

External URL reference

SourceSKILL.md
309- Service workers only register on `https://` origins. `http://localhost` is the only exception for development.
low line 328

External URL reference

SourceSKILL.md
328importScripts('https://storage.googleapis.com/workbox-cdn/releases/7.0.0/workbox-sw.js');
Scanned on May 15, 2026
View Security Dashboard
Installation guide →