email-and-password-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to run npx @better-auth/cli@latest migrate, which downloads and executes the Better Auth CLI tool from the npm registry.
- [EXTERNAL_DOWNLOADS]: Code examples reference external Node.js packages better-auth and @node-rs/argon2, which are standard dependencies for implementing the described authentication and hashing logic.
- [COMMAND_EXECUTION]: The instruction to run npx @better-auth/cli@latest migrate involves executing a command-line tool to perform necessary database schema migrations for the authentication system.
Audit Metadata