apollo-data-handling
Facilitates GDPR compliance and data management for Apollo.io, ensuring secure handling of contact data and retention practices.
Install this skill
Security score
The apollo-data-handling skill was audited on Mar 3, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 188 | console.log(`Note: Contact Apollo support to fully delete ${email} from their system`); |
Template literal with variable interpolation in command context
| 281 | console.log(`Deleted ${deleted.count} records from ${policy.table}`); |
Template literal with variable interpolation in command context
| 334 | const filename = `apollo-export-${Date.now()}`; |
Template literal with variable interpolation in command context
| 341 | await writeFile(`exports/${filename}.csv`, csv); |
Template literal with variable interpolation in command context
| 342 | return `${filename}.csv`; |
Template literal with variable interpolation in command context
| 344 | await writeFile(`exports/${filename}.json`, JSON.stringify(contacts, null, 2)); |
Template literal with variable interpolation in command context
| 345 | return `${filename}.json`; |
Template literal with variable interpolation in command context
| 379 | return `${iv.toString('hex')}:${authTag.toString('hex')}:${encrypted}`; |
External URL reference
| 482 | - [GDPR Official Text](https://gdpr.eu/) |
External URL reference
| 483 | - [CCPA Requirements](https://oag.ca.gov/privacy/ccpa) |
External URL reference
| 484 | - [Apollo Privacy Policy](https://www.apollo.io/privacy-policy) |