sequelize
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing standard, well-known Node.js packages (
sequelize,pg,pg-hstore,sequelize-cli) from the official npm registry. - [COMMAND_EXECUTION]: Includes standard terminal commands for package installation and project initialization (
npm install,npx sequelize init) which are consistent with typical developer workflows. - [CREDENTIALS_UNSAFE]: Demonstrates secure practice by using environment variables (
process.env.DATABASE_URL) for database connection strings rather than hardcoding credentials in the source code.
Audit Metadata