nodeboot-starter-persistence-mongodb
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for configuring MongoDB persistence within the Node-Boot ecosystem. It includes code snippets for TypeORM entities and repositories specific to MongoDB.
- [COMMAND_EXECUTION]: Instructs the user to use
npx degitfor project scaffolding andpnpm devfor local development. These are standard developer operations using the vendor's official templates. - [EXTERNAL_DOWNLOADS]: References documentation and project samples from the author's official GitHub repository (
github.com/nodejs-boot). - [CREDENTIALS_UNSAFE]: Demonstrates safe secret management practices by using environment variable placeholders (
${MONGODB_URL}) rather than hardcoding credentials.
Audit Metadata