Skip to main content

apollo-cost-tuning

Optimizes Apollo.io costs through efficient credit usage, caching, and deduplication strategies for better subscription management.

Install this skill

or
71/100

Security score

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

Categories Tested

Security Issues

medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82return `${used}/${this.budget} credits (${Math.round((used / this.budget) * 100)}%)`;
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107?? `${params.first_name}:${params.last_name}:${params.organization_domain}`;
medium line 174

Template literal with variable interpolation in command context

SourceSKILL.md
174throw new Error(`Daily credit budget exceeded (${creditTracker.report()})`);
medium line 232

Template literal with variable interpolation in command context

SourceSKILL.md
232console.log(`Enriched: ${enriched}, Skipped (low-value): ${skipped}, Deduped: ${deduped}`);
medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233console.log(`Credits: ${creditTracker.report()}`);
low line 87

Access to .env file

SourceSKILL.md
87parseInt(process.env.APOLLO_DAILY_CREDIT_BUDGET ?? '200', 10),
low line 164

Access to .env file

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

External URL reference

SourceSKILL.md
163baseURL: 'https://api.apollo.io/api/v1',
low line 255

External URL reference

SourceSKILL.md
255- [Apollo Plans](https://www.apollo.io/pricing)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →