two-factor-authentication-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to run
npx @better-auth/cli migrate. This command downloads and executes the Better Auth CLI tool to handle database schema updates. This is a standard practice for managing database migrations in modern web development frameworks. - [COMMAND_EXECUTION]: The setup process involves running a CLI command (
npx @better-auth/cli migrate) to synchronize the database schema. The command is specific to the tool's functionality and does not involve arbitrary or dangerous shell execution. - [SAFE]: The skill promotes security best practices such as encryption at rest for sensitive secrets (TOTP secrets and backup codes), constant-time comparisons for verification, and built-in rate limiting to prevent brute-force attacks.
Audit Metadata