Skip to main content

apollo-webhooks-events

Facilitates real-time handling of Apollo.io webhooks for event-driven integrations and notifications.

Install this skill

or
12/100

Security score

The apollo-webhooks-events skill was audited on May 12, 2026 and we found 20 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66console.log(`Found ${newChanges.length} contact changes since ${state.lastSyncAt}`);
medium line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77console.log(`Contact updated: ${contact.name} (${contact.email}) — stage: ${contact.contact_stage_id}`);
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109await client.put(`/contacts/${contactId}`, {
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150return `${(((num ?? 0) / denom) * 100).toFixed(1)}%`;
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185note: `Reply detected on sequence "${sequenceName}". Follow up immediately.`,
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203console.log(`Sync complete: ${changes.length} changes`);
medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215console.log(`High reply rate on "${stats.name}": ${stats.rates.replyRate}`);
medium line 2

Webhook reference - potential data exfiltration

SourceSKILL.md
2name: apollo-webhooks-events
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: 'Implement Apollo.io webhook and event-driven integrations.
medium line 9

Webhook reference - potential data exfiltration

SourceSKILL.md
9Trigger with phrases like "apollo webhooks", "apollo events",
medium line 11

Webhook reference - potential data exfiltration

SourceSKILL.md
11"apollo notifications", "apollo webhook handler", "apollo triggers".
medium line 21

Webhook reference - potential data exfiltration

SourceSKILL.md
21- webhooks
medium line 24

Webhook reference - potential data exfiltration

SourceSKILL.md
24# Apollo Webhooks & Events
medium line 27

Webhook reference - potential data exfiltration

SourceSKILL.md
27Build event-driven integrations with Apollo.io. Apollo does not have a native webhook system like Stripe — instead, you build real-time sync by **polling** the API for changes or using **third-party w
medium line 33

Webhook reference - potential data exfiltration

SourceSKILL.md
33- For webhook platforms: Zapier/Pipedream/Make account
medium line 38

Webhook reference - potential data exfiltration

SourceSKILL.md
38Since Apollo lacks native webhooks, poll the Contacts Search API for recently updated records.
medium line 236

Webhook reference - potential data exfiltration

SourceSKILL.md
236| Third-party webhook delays | Zapier/Pipedream polling intervals vary (1-15 min on free tiers) |
low line 46

Access to .env file

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

External URL reference

SourceSKILL.md
45baseURL: 'https://api.apollo.io/api/v1',
low line 243

External URL reference

SourceSKILL.md
243- [Apollo + Zapier Integration](https://zapier.com/apps/apollo/integrations)
Scanned on May 12, 2026
View Security Dashboard