060103-better-auth
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard integration patterns for the Better Auth library, including server-side configuration, client-side SDK usage, and multi-tenant organization support. All provided code snippets represent industry-standard practices for this library.
- [SAFE]: The
scripts/validate.pyutility performs localized file and environment variable checks to ensure proper configuration. It verifies the existence of required environment variables (like BETTER_AUTH_SECRET) by checking for their keys in .env files without logging or exfiltrating their sensitive values. - [EXTERNAL_DOWNLOADS]: The skill references official installation commands using
npmand the Better Auth CLI tool (npx auth@latest), which are standard for the library's deployment and setup.
Audit Metadata