Skip to main content

bear-migrate

Facilitates data migration and schema transformation with a structured approach, ensuring data integrity and successful transitions.

Install this skill

or
70/100

Security score

The bear-migrate skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183issues.push(`${nullEmails.length} users missing email`);
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195issues.push(`${duplicates.rows.length} duplicate emails found`);
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267console.log(`Migrated ${offset} records...`);
medium line 339

Template literal with variable interpolation in command context

SourceSKILL.md
339console.log(`Progress: ${percent}% (${progress.processedRows}/${progress.totalRows})`);
medium line 397

Template literal with variable interpolation in command context

SourceSKILL.md
397console.error(`❌ ${check.name}: ${count} issues found`);
medium line 399

Template literal with variable interpolation in command context

SourceSKILL.md
399console.log(`✓ ${check.name}: OK`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →