create-auth-skill
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard npm packages under the @better-auth scope. These are official dependencies required for the library's functionality as described in the documentation.
- [COMMAND_EXECUTION] (SAFE): Includes instructions for using 'npx @better-auth/cli'. This is the standard, documented method for the library to handle database migrations and schema generation.
- [CREDENTIALS_UNSAFE] (SAFE): Identifies necessary environment variables (e.g., BETTER_AUTH_SECRET, DATABASE_URL) using clear placeholders (e.g., '') and provides a safe generation command (openssl) rather than hardcoding secrets.
- [SAFE] (SAFE): The overall structure and content of the skill are consistent with its stated purpose of providing a developer guide for an authentication framework.
Audit Metadata