better-auth
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard implementation guidelines for the Better Auth library, which is a legitimate and well-known authentication framework for TypeScript.
- [CREDENTIALS_UNSAFE]: The code examples correctly utilize
process.envfor sensitive credentials such asGOOGLE_CLIENT_SECRETandGITHUB_CLIENT_SECRET. This adheres to security best practices by preventing the hardcoding of secrets within the source code. - [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
better-authpackage vianpm, which is the standard and expected method for managing this dependency.
Audit Metadata