prisma-better-auth-nextjs

Pass

Audited by Gen Agent Trust Hub on Feb 25, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes a Python scaffolding script (scripts/scaffold.py) that automates the creation of essential project files in a local directory. This script is intended for local execution and includes safety checks to prevent unintentional file overwrites.
  • [COMMAND_EXECUTION]: The guide instructs the user to run common development commands like npm install, npx prisma, and better-auth CLI tools, which are typical for the advertised development workflow.
  • [SAFE]: The scaffolded code includes robust security features such as IP address verification using the last entry of the X-Forwarded-For header to prevent spoofing, and rate limiting with account lockout logic.
  • [SAFE]: The project follows security best practices such as parameter sanitization in slow query logging to prevent personally identifiable information (PII) leakage and using secure cookie settings in production environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 25, 2026, 03:02 PM