Skip to main content

apollo-common-errors

Helps diagnose and resolve common Apollo.io API errors, providing solutions and prevention strategies for seamless integration.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133console.warn(`Rate limited. Waiting ${retryAfter}s...`);
low line 60

Fetch to external URL

SourceSKILL.md
60const response = await fetch('https://api.apollo.io/api/v1/auth/health', {
low line 61

Access to .env file

SourceSKILL.md
61headers: { 'x-api-key': process.env.APOLLO_API_KEY! },
low line 28

External URL reference

SourceSKILL.md
28Comprehensive guide to diagnosing and fixing Apollo.io API errors. Apollo uses `x-api-key` header authentication and the base URL `https://api.apollo.io/api/v1/`. Apollo distinguishes between **master
low line 60

External URL reference

SourceSKILL.md
60const response = await fetch('https://api.apollo.io/api/v1/auth/health', {
low line 216

External URL reference

SourceSKILL.md
216| 500 | Apollo server error | Retry with backoff, check [status.apollo.io](https://status.apollo.io) |
low line 225

External URL reference

SourceSKILL.md
225https://api.apollo.io/api/v1/auth/health | python3 -m json.tool
low line 229

External URL reference

SourceSKILL.md
229-d '{"per_page":1}' https://api.apollo.io/api/v1/contacts/search | python3 -m json.tool
low line 234

External URL reference

SourceSKILL.md
234- [Apollo Status Page](https://status.apollo.io)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →