Skip to main content

apollo-data-handling

Facilitates GDPR compliance and data management for Apollo.io, ensuring secure handling and retention of contact data.

Install this skill

or
57/100

Security score

The apollo-data-handling skill was audited on Feb 21, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188console.log(`Note: Contact Apollo support to fully delete ${email} from their system`);
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281console.log(`Deleted ${deleted.count} records from ${policy.table}`);
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334const filename = `apollo-export-${Date.now()}`;
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341await writeFile(`exports/${filename}.csv`, csv);
medium line 342

Template literal with variable interpolation in command context

SourceSKILL.md
342return `${filename}.csv`;
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344await writeFile(`exports/${filename}.json`, JSON.stringify(contacts, null, 2));
medium line 345

Template literal with variable interpolation in command context

SourceSKILL.md
345return `${filename}.json`;
medium line 379

Template literal with variable interpolation in command context

SourceSKILL.md
379return `${iv.toString('hex')}:${authTag.toString('hex')}:${encrypted}`;
low line 482

External URL reference

SourceSKILL.md
482- [GDPR Official Text](https://gdpr.eu/)
low line 483

External URL reference

SourceSKILL.md
483- [CCPA Requirements](https://oag.ca.gov/privacy/ccpa)
low line 484

External URL reference

SourceSKILL.md
484- [Apollo Privacy Policy](https://www.apollo.io/privacy-policy)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →