Data Seeding
Facilitates efficient database seed data creation and management with environment-specific patterns for robust application development.
Install this skill
Security score
The Data Seeding skill was audited on Mar 1, 2026 and we found 17 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 145 | console.log(`🌱 Starting database seeding for ${environment}`); |
Template literal with variable interpolation in command context
| 189 | console.log(`📄 Processing seed file: ${seedFile.description}`); |
Template literal with variable interpolation in command context
| 206 | await this.db.query(`TRUNCATE TABLE ${tableData.tableName} CASCADE`); |
Template literal with variable interpolation in command context
| 240 | const cacheKey = `${relationship.referenceTable}:${relationship.referenceField}`; |
Template literal with variable interpolation in command context
| 246 | const result = await this.db.query(` |
Template literal with variable interpolation in command context
| 272 | const cacheKey = `${relationship.referenceTable}:${relationship.referenceField}`; |
Template literal with variable interpolation in command context
| 283 | `Cannot resolve ${relationship.field} = ${lookupValue} in ${relationship.referenceTable}` |
Template literal with variable interpolation in command context
| 302 | const query = ` |
Template literal with variable interpolation in command context
| 323 | throw new Error(`Circular dependency detected: ${file.version}`); |
Template literal with variable interpolation in command context
| 432 | console.log(`🌱 Seeding ${environment} environment`); |
Template literal with variable interpolation in command context
| 441 | throw new Error(`Seeding failed for ${environment}: ${result.error}`); |
Template literal with variable interpolation in command context
| 447 | console.log(`✅ ${environment} environment seeded successfully`); |
Template literal with variable interpolation in command context
| 641 | const result = await db.query(` |
Template literal with variable interpolation in command context
| 653 | const result = await db.query(` |
Template literal with variable interpolation in command context
| 666 | const result = await db.query(` |
Template literal with variable interpolation in command context
| 678 | const result = await db.query(` |
Template literal with variable interpolation in command context
| 731 | console.log(`🔧 Running seed data maintenance for ${environment}`); |
Install this skill with one command
/learn @coverage-creatives/data-seeding