pwa-development
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference guide for PWA development. All code snippets provided are standard implementations for features like service worker registration, offline caching, and push notification handling.
- [EXTERNAL_DOWNLOADS]: The skill mentions installation of common development libraries including
workbox-webpack-plugin,@vite-pwa/vite-plugin,next-pwa, andvite-plugin-pwa. These are widely used, reputable open-source tools for building PWAs and do not represent a security risk in this context. - [COMMAND_EXECUTION]: Provides standard shell commands for package installation and Lighthouse auditing (
npx lighthouse). These are intended for a local development environment and follow industry standard practices. - [DATA_EXFILTRATION]: Uses placeholders like
https://api.example.com/and local API routes (e.g.,/api/submit) for demonstration purposes. No sensitive data is targeted for exfiltration, and no hardcoded credentials or real API keys are present.
Audit Metadata