svelte5-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All files consist of markdown documentation and Svelte/TypeScript code snippets intended for developer education. The patterns follow official Svelte 5 documentation and best practices.
- [EXTERNAL_DOWNLOADS]: The documentation references official ecosystem tools such as the Svelte migration CLI (
npx sv migrate svelte-5) and testing utilities (Vitest, Playwright). These are well-known, trusted resources from the Svelte organization and established testing providers. - [CREDENTIALS_UNSAFE]: The skill explicitly includes security-focused educational examples, demonstrating the correct way to handle sensitive environment variables (e.g.,
STRIPE_SECRET_KEY) using SvelteKit's private environment module to prevent accidental exposure to the browser.
Audit Metadata