database-seed
Creates robust Prisma seed scripts with error handling and validation for seamless database seeding.
Install this skill
or
65/100
Security score
The database-seed skill was audited on Feb 9, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 21
Template literal with variable interpolation in command context
SourceSKILL.md
| 21 | console.warn(`⚠️ User {user.email} skipped: ${(error as Error).message}`); |
medium line 102
Template literal with variable interpolation in command context
SourceSKILL.md
| 102 | console.log(`✅ User created: ${user.email}`); |
medium line 105
Template literal with variable interpolation in command context
SourceSKILL.md
| 105 | console.warn(`⚠️ User {user.email} skipped: ${(error as Error).message}`); |
medium line 112
Template literal with variable interpolation in command context
SourceSKILL.md
| 112 | console.log(`✅ Created ${validUsers.length} users`); |
medium line 238
Template literal with variable interpolation in command context
SourceSKILL.md
| 238 | console.warn(`⚠️ Batch item skipped: ${(error as Error).message}`); |
medium line 294
Template literal with variable interpolation in command context
SourceSKILL.md
| 294 | console.log(`✅ Users: ${userCount}`); |
medium line 299
Template literal with variable interpolation in command context
SourceSKILL.md
| 299 | console.log(`✅ Categories: ${categoryCount}`); |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry