Skip to main content

apollo-sdk-patterns

Provides production-ready patterns for integrating Apollo.io SDK with type safety and error handling for robust API usage.

Install this skill

or
81/100

Security score

The apollo-sdk-patterns skill was audited on May 12, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108super(`Rate limited on ${endpoint}`, 429, endpoint, true);
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260console.log(`Found ${allPeople.length} decision-makers at ${domain}`);
medium line 268

Template literal with variable interpolation in command context

SourceSKILL.md
268console.log(`Enriched ${enriched.length} contacts`);
low line 53

Access to .env file

SourceSKILL.md
53apiKey: config?.apiKey ?? process.env.APOLLO_API_KEY,
low line 27

External URL reference

SourceSKILL.md
27Production-ready patterns for Apollo.io API integration. Apollo has no official SDK — these patterns wrap the REST API (`https://api.apollo.io/api/v1/`) with type safety, retry logic, pagination, and
low line 43

External URL reference

SourceSKILL.md
43baseURL: z.string().url().default('https://api.apollo.io/api/v1'),
low line 275

External URL reference

SourceSKILL.md
275- [Zod Schema Validation](https://zod.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →