Skip to main content

apollo-performance-tuning

Enhances Apollo.io API performance by optimizing response times, reducing latency, and improving bulk operations.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80return `${endpoint}:${JSON.stringify(params)}`;
medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215console.log(`${ep.name}: avg=${avg}ms, p95=${p95}ms`);
low line 53

Access to .env file

SourceSKILL.md
53headers: { 'Content-Type': 'application/json', 'x-api-key': process.env.APOLLO_API_KEY! },
low line 52

External URL reference

SourceSKILL.md
52baseURL: 'https://api.apollo.io/api/v1',
low line 238

External URL reference

SourceSKILL.md
238- [Node.js HTTPS Agent](https://nodejs.org/api/https.html#class-httpsagent)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →