better-auth
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation, reference guides, database schemas, and helper utilities for installing, migrating, and configuring the
better-authauthentication framework across various environments (Next.js, Nuxt, SvelteKit, Remix, and Cloudflare Workers). - [SAFE]: The included utility scripts
scripts/generate-secret.shandscripts/setup-d1-drizzle.shgenerate encryption values properly viaopenssl rand -base64 32and securely pipe secrets directly intowrangler secret put BETTER_AUTH_SECRETwithout printing secrets to logs, storing credentials in plaintext files, or exposing credentials over stdout. - [SAFE]: Configuration validators (
scripts/validate-config.ts) check for proper variable length and warn against weak placeholder values or outdated methods without executing any remote untrusted payloads or performing unintended runtime side-effects.
Audit Metadata