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 23, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

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

Access to .env file

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

External URL reference

SourceSKILL.md
46baseURL: 'https://api.apollo.io/api/v1',
low line 267

External URL reference

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

External URL reference

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