better-auth-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of
better-authand execution of@better-auth/clivia npm/npx. These are legitimate, well-known packages for the Better Auth framework. - [COMMAND_EXECUTION]: The skill mentions using
npx @better-auth/clifor database migrations and schema generation, which is the standard operational workflow for this tool. - [CREDENTIALS_UNSAFE]: The skill correctly recommends using environment variables (
BETTER_AUTH_SECRET,BETTER_AUTH_URL) and suggests generating secrets usingopenssl, which aligns with security best practices rather than hardcoding credentials. - [REMOTE_CODE_EXECUTION]: All referenced URLs point to official Better Auth documentation (
better-auth.com) or the official GitHub repository, which are trusted sources for integration guidelines.
Audit Metadata