better-auth
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and scaffolding for Better Auth, a legitimate and framework-agnostic authentication framework for TypeScript.
- [COMMAND_EXECUTION]: The skill includes a Python utility script
scripts/better_auth_init.pydesigned to interactively generateauth.tsand.envconfiguration files. The script uses the standard library, performs no network operations, and usessecrets.token_hexfor secure random secret generation. - [EXTERNAL_DOWNLOADS]: The skill references and instructs the installation of the
better-authpackage and its official ecosystem via NPM. These are well-known, trusted resources in the JavaScript/TypeScript development community. - [COMMAND_EXECUTION]: The documentation provides standard CLI instructions (e.g.,
npm install,npx @better-auth/cli generate) for managing dependencies and database migrations, which is routine and expected for this type of developer tool.
Audit Metadata