Skip to main content

apollo-data-handling

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

Install this skill

or
60/100

Security score

The apollo-data-handling skill was audited on May 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125console.warn(`Failed to remove from sequence ${seqId}:`, err.message);
medium line 130

Template literal with variable interpolation in command context

SourceSKILL.md
130await client.delete(`/contacts/${contact.id}`);
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163console.log(`Found ${candidates.length} contacts past ${policy.maxAgeDays}-day retention`);
medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168await client.delete(`/contacts/${contact.id}`);
medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171console.error(`Failed to delete ${contact.name}: ${err.message}`);
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192return `${iv.toString('hex')}:${cipher.getAuthTag().toString('hex')}:${enc}`;
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231console.log(`[AUDIT] ${full.action} by ${full.userId}: ${full.detail}`);
low line 44

Access to .env file

SourceSKILL.md
44headers: { 'Content-Type': 'application/json', 'x-api-key': process.env.APOLLO_API_KEY! },
low line 184

Access to .env file

SourceSKILL.md
184const KEY = Buffer.from(process.env.APOLLO_ENCRYPTION_KEY!, 'hex'); // 32 bytes
low line 43

External URL reference

SourceSKILL.md
43baseURL: 'https://api.apollo.io/api/v1',
low line 257

External URL reference

SourceSKILL.md
257- [Apollo Privacy Policy](https://www.apollo.io/privacy-policy)
low line 258

External URL reference

SourceSKILL.md
258- [GDPR Official Text](https://gdpr.eu/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →