Skip to main content

managing-database-tests

Automates database testing tasks, including fixtures and rollback management, ensuring data integrity and performance metrics.

Install this skill

or
51/100

Security score

The managing-database-tests skill was audited on May 12, 2026 and we found 7 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 146

Direct command execution function call

SourceSKILL.md
146const result = await exec('npx prisma migrate deploy');
high line 151

Direct command execution function call

SourceSKILL.md
151await exec('npx prisma migrate deploy');
high line 152

Direct command execution function call

SourceSKILL.md
152const result = await exec('npx prisma migrate deploy');
low line 160

External URL reference

SourceSKILL.md
160- Prisma testing guide: https://www.prisma.io/docs/guides/testing
low line 162

External URL reference

SourceSKILL.md
162- Testcontainers databases: https://testcontainers.com/modules/databases/
low line 163

External URL reference

SourceSKILL.md
163- Knex migrations: https://knexjs.org/guide/migrations.html
low line 164

External URL reference

SourceSKILL.md
164- PostgreSQL EXPLAIN ANALYZE: https://www.postgresql.org/docs/current/using-explain.html
Scanned on May 12, 2026
View Security Dashboard
Installation guide →