apollo-common-errors
Diagnoses and resolves common Apollo.io API errors, providing solutions and prevention strategies for seamless integration.
Install this skill
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
Template literal with variable interpolation in command context
| 185 | console.warn(`Rate limited, retry ${this.retryCount} after ${this.retryAfter}ms`); |
Template literal with variable interpolation in command context
| 266 | console.log(`${test.name}: ${result.pagination.total_entries} results`); |
Template literal with variable interpolation in command context
| 292 | `Permission denied: ${data?.message || 'Check your plan features'}` |
Template literal with variable interpolation in command context
| 296 | `Invalid request: ${data?.message}`, |
Template literal with variable interpolation in command context
| 310 | `Apollo API error: ${status} - ${data?.message || error.message}` |
Curl to non-GitHub URL
| 44 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq |
Curl to non-GitHub URL
| 228 | curl -s https://status.apollo.io/api/v2/status.json | jq '.status.description' |
Curl to non-GitHub URL
| 231 | curl -X POST "https://api.apollo.io/v1/people/search" \ |
External URL reference
| 44 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq |
External URL reference
| 228 | curl -s https://status.apollo.io/api/v2/status.json | jq '.status.description' |
External URL reference
| 231 | curl -X POST "https://api.apollo.io/v1/people/search" \ |
External URL reference
| 322 | - [Apollo API Error Codes](https://apolloio.github.io/apollo-api-docs/#errors) |
External URL reference
| 323 | - [Apollo Status Page](https://status.apollo.io) |
External URL reference
| 324 | - [Apollo Support](https://support.apollo.io) |
Install this skill with one command
/learn @helixdevelopment/apollo-common-errors