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
82/100

Security score

The apollo-performance-tuning skill was audited on Feb 25, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78return `${operation}:${JSON.stringify(params)}`;
medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153return apollo.request({ method, url: `/${endpoint}`, data: params });
medium line 159

Template literal with variable interpolation in command context

SourceSKILL.md
159() => apollo.request({ method, url: `/${endpoint}`, data: params }),
low line 46

External URL reference

SourceSKILL.md
46baseURL: 'https://api.apollo.io/v1',
low line 379

External URL reference

SourceSKILL.md
379- [Node.js HTTP Agent](https://nodejs.org/api/http.html#class-httpagent)
low line 381

External URL reference

SourceSKILL.md
381- [Prometheus Metrics](https://prometheus.io/docs/concepts/metric_types/)
Scanned on Feb 25, 2026
View Security Dashboard