Skip to main content

apollo-core-workflow-b

Automates email sequences and outreach workflows using Apollo.io for effective B2B sales campaigns.

Install this skill

or
83/100

Security score

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

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98`/emailer_campaigns/${sequenceId}/add_contact_ids`,
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160name: `${data.contact.first_name} ${data.contact.last_name}`,
medium line 214

Template literal with variable interpolation in command context

SourceSKILL.md
214console.log(`Added ${result.added} contacts, ${result.alreadyInCampaign} already enrolled`);
low line 44

Access to .env file

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

External URL reference

SourceSKILL.md
43baseURL: 'https://api.apollo.io/api/v1',
Scanned on May 12, 2026
View Security Dashboard
Installation guide →