better-auth
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [GENERAL] (SAFE): The content is purely instructional and describes the setup of a well-known authentication library. No malicious intent or adversarial patterns were detected.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard npm packages (
better-auth) and its CLI tool. These are typical dependencies for the described functionality and are not from untrusted or suspicious sources. - [CREDENTIALS_UNSAFE] (SAFE): Configuration examples use environment variable references (e.g.,
process.env.GITHUB_CLIENT_ID) and clear placeholders like<generated-secret-32-chars-min>rather than hardcoding sensitive credentials. - [COMMAND_EXECUTION] (SAFE): The CLI commands documented (
npx @better-auth/cli generate) are routine initialization and database migration tasks consistent with the framework's intended use.
Audit Metadata