sveltekit-overview
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Provides standard CLI instructions for project initialization and maintenance using
npx sv create,npm install, andnpm run dev. These commands are standard for SvelteKit development. - [SAFE]: Recommends the use of server-only private environment variables (
$env/static/private) for sensitive data such as database credentials, ensuring they are not exposed to the client-side code. - [EXTERNAL_DOWNLOADS]: Documents the installation and configuration of official SvelteKit adapters and community-standard tools (like Drizzle ORM and Lucia Auth) through official package registries.
Audit Metadata