apollo-migration-deep-dive
Provides comprehensive strategies for migrating to Apollo.io from other CRMs, ensuring data integrity and effective consolidation.
Install this skill
Security score
The apollo-migration-deep-dive skill was audited on Mar 3, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 166 | errors.push(`Missing required field: ${mapping.sourceField}`); |
Template literal with variable interpolation in command context
| 174 | errors.push(`Invalid value for ${mapping.sourceField}: ${value}`); |
Template literal with variable interpolation in command context
| 252 | console.log(`Starting phase: ${phase.name} (${phase.percentage}%)`); |
Template literal with variable interpolation in command context
| 256 | console.log(`Found ${records.length} records for ${phase.name}`); |
Template literal with variable interpolation in command context
| 265 | console.log(`Progress: ${i + batch.length}/${records.length}`); |
Template literal with variable interpolation in command context
| 274 | console.error(`Phase ${phase.name} validation failed!`); |
Template literal with variable interpolation in command context
| 276 | throw new Error(`Migration failed at phase: ${phase.name}`); |
Template literal with variable interpolation in command context
| 279 | console.log(`Phase ${phase.name} completed successfully`); |
Template literal with variable interpolation in command context
| 357 | console.log(`Batch ${batchNumber}: ${results.success} success, ${results.failed} failed`); |
Template literal with variable interpolation in command context
| 481 | console.log(`Rolling back ${plan.recordIds.length} records from phase: ${plan.phase}`); |
Template literal with variable interpolation in command context
| 494 | console.error(`Failed to rollback contact ${id}:`, error); |
Template literal with variable interpolation in command context
| 499 | console.log(`Rollback progress: ${i + batch.length}/${plan.recordIds.length}`); |
Template literal with variable interpolation in command context
| 509 | console.log(`Rollback complete for phase: ${plan.phase}`); |
External URL reference
| 562 | - [Apollo Import Documentation](https://knowledge.apollo.io/hc/en-us/articles/4415154183053) |
External URL reference
| 563 | - [Salesforce Export Guide](https://help.salesforce.com/s/articleView?id=sf.exporting_data.htm) |
External URL reference
| 564 | - [HubSpot Export Guide](https://knowledge.hubspot.com/crm-setup/export-contacts-companies-deals-or-tickets) |