Skip to main content

apollo-common-errors

Diagnoses and resolves common Apollo.io API errors, providing solutions and prevention strategies for seamless integration.

Install this skill

or
54/100

Security score

The apollo-common-errors skill was audited on Feb 25, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185console.warn(`Rate limited, retry ${this.retryCount} after ${this.retryAfter}ms`);
medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266console.log(`${test.name}: ${result.pagination.total_entries} results`);
medium line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292`Permission denied: ${data?.message || 'Check your plan features'}`
medium line 296

Template literal with variable interpolation in command context

SourceSKILL.md
296`Invalid request: ${data?.message}`,
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310`Apollo API error: ${status} - ${data?.message || error.message}`
medium line 44

Curl to non-GitHub URL

SourceSKILL.md
44curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq
medium line 228

Curl to non-GitHub URL

SourceSKILL.md
228curl -s https://status.apollo.io/api/v2/status.json | jq '.status.description'
medium line 231

Curl to non-GitHub URL

SourceSKILL.md
231curl -X POST "https://api.apollo.io/v1/people/search" \
low line 44

External URL reference

SourceSKILL.md
44curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq
low line 228

External URL reference

SourceSKILL.md
228curl -s https://status.apollo.io/api/v2/status.json | jq '.status.description'
low line 231

External URL reference

SourceSKILL.md
231curl -X POST "https://api.apollo.io/v1/people/search" \
low line 322

External URL reference

SourceSKILL.md
322- [Apollo API Error Codes](https://apolloio.github.io/apollo-api-docs/#errors)
low line 323

External URL reference

SourceSKILL.md
323- [Apollo Status Page](https://status.apollo.io)
low line 324

External URL reference

SourceSKILL.md
324- [Apollo Support](https://support.apollo.io)
Scanned on Feb 25, 2026
View Security Dashboard