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 24, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 87

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

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

Access to .env file

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

External URL reference

SourceSKILL.md
171baseURL: 'https://api.apollo.io/api/v1',
low line 267

External URL reference

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