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

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
222console.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 28

Webhook reference - potential data exfiltration

SourceSKILL.md
28Build 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 35

Webhook reference - potential data exfiltration

SourceSKILL.md
35- For webhook platforms: Zapier/Pipedream/Make account
medium line 41

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Access to .env file

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

External URL reference

SourceSKILL.md
48baseURL: 'https://api.apollo.io/api/v1',
low line 253

External URL reference

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