better-auth
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No security threats or malicious patterns were identified during the analysis. The skill provides legitimate documentation and a helper utility for implementing the Better Auth framework in a TypeScript environment.\n- [COMMAND_EXECUTION]: The script
scripts/better_auth_init.pyis an interactive CLI tool that allows users to configure their authentication setup. It performs local file system operations to read and write configuration files, which is necessary for its stated purpose as an initialization utility.\n- [DATA_EXFILTRATION]: The configuration script reads existing environment variables from.envand internal configuration directories like.claude/to aid in the setup process. This activity is restricted to the local environment, and no network exfiltration patterns were observed.\n- [EXTERNAL_DOWNLOADS]: The skill instructions correctly guide users to install the well-knownbetter-authpackage and its official adapters from the npm registry, following standard software installation practices.
Audit Metadata