engineering-betterauth-integration
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill's instructions or boilerplate code.
- [COMMAND_EXECUTION]: Instructions involve standard Bun package management and Drizzle migration commands (e.g., bun add better-auth, bunx drizzle-kit migrate), which are routine for TypeScript and Elysia development environments.
- [CREDENTIALS_UNSAFE]: The code correctly uses environment variables (process.env.DISCORD_CLIENT_ID, etc.) for OAuth secrets and client IDs instead of hardcoding them, adhering to security best practices.
- [EXTERNAL_DOWNLOADS]: Dependencies are limited to reputable libraries from standard package registries (NPM), including better-auth and drizzle-orm.
- [PROMPT_INJECTION]: The skill contains no instructions attempting to override agent behavior, bypass safety filters, or extract system prompts.
Audit Metadata