Skip to main content

apollo-cost-tuning

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

Install this skill

or
69/100

Security score

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

Categories Tested

Security Issues

medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60console.log(`Cache hit for ${email}. Total credits saved: ${this.creditsSaved}`);
medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117return costAwareCache.getContact(`org:${normalizedDomain}`);
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120const cached = costAwareCache.getContact(`org:${normalizedDomain}`);
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126costAwareCache.setContact(`org:${normalizedDomain}`, result, 1);
medium line 251

Template literal with variable interpolation in command context

SourceSKILL.md
251console.warn(`Apollo usage alert: ${(usagePercent * 100).toFixed(1)}% of monthly budget used`);
low line 252

Webhook reference - potential data exfiltration

SourceSKILL.md
252// Could trigger webhook, Slack notification, etc.
low line 298

Access to .env file

SourceSKILL.md
298parseInt(process.env.APOLLO_MONTHLY_BUDGET || '10000'),
low line 299

Access to .env file

SourceSKILL.md
299parseFloat(process.env.APOLLO_ALERT_THRESHOLD || '0.8')
low line 392

External URL reference

SourceSKILL.md
392- [Apollo Pricing](https://www.apollo.io/pricing)
low line 393

External URL reference

SourceSKILL.md
393- [Apollo Credit System](https://knowledge.apollo.io/hc/en-us/articles/4415144183053)
low line 394

External URL reference

SourceSKILL.md
394- [Usage Dashboard](https://app.apollo.io/settings/billing)
Scanned on Feb 25, 2026
View Security Dashboard