Skip to main content

apollo-rate-limits

Implements rate limiting and backoff strategies for Apollo.io API to optimize request throughput and handle rate limits effectively.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177console.log(`Retry ${attempt + 1}/${cfg.maxRetries} after ${actualDelay}ms`);
medium line 35

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

SourceSKILL.md
322- [Apollo Rate Limits](https://apolloio.github.io/apollo-api-docs/#rate-limits)
low line 324

External URL reference

SourceSKILL.md
324- [Exponential Backoff](https://cloud.google.com/storage/docs/exponential-backoff)
Scanned on Feb 25, 2026
View Security Dashboard