prisma-database-setup-mysql
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill instructions follow standard best practices for database configuration and development environment setup.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
@prisma/adapter-mariadbandmariadbpackages via NPM. These are the official and standard drivers required for Prisma to interface with MariaDB/MySQL databases. - [CREDENTIALS_UNSAFE]: The documentation demonstrates the correct use of environment variables (
.envfiles) and theprocess.envAPI to handle sensitive database credentials, which is the recommended practice for preventing secrets from being hardcoded in source code.
Audit Metadata