prisma-database-setup-sqlite
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for configuring SQLite with Prisma. It provides boilerplate code for schema configuration and client instantiation.
- [EXTERNAL_DOWNLOADS]: Recommends installing official and well-known Node.js packages (
@prisma/adapter-better-sqlite3,better-sqlite3,@prisma/adapter-libsql,@libsql/client) necessary for SQLite and Turso database connectivity. - [CREDENTIALS_UNSAFE]: Follows security best practices by referencing environment variables (
DATABASE_URL,TURSO_AUTH_TOKEN) rather than hardcoding sensitive information.
Audit Metadata