svelte-deployment
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill instructions follow standard best practices for SvelteKit and Cloudflare Workers development.
- [COMMAND_EXECUTION]: Includes routine commands for package management (pnpm add), project building (pnpm build), and local previewing (pnpm preview). All packages referenced are from the official @sveltejs ecosystem or well-known development tools like Vite and Workbox.
- [CREDENTIALS_UNSAFE]: References to environment variables (API_KEY) are correctly shown as retrieved via the Cloudflare platform environment (platform.env), which is the standard and secure method for accessing secrets in that environment, rather than being hardcoded.
Audit Metadata