apollo-cost-tuning
Optimizes Apollo.io costs and credit usage through efficient strategies like caching and deduplication for better resource management.
Install this skill
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
Template literal with variable interpolation in command context
| 60 | console.log(`Cache hit for ${email}. Total credits saved: ${this.creditsSaved}`); |
Template literal with variable interpolation in command context
| 117 | return costAwareCache.getContact(`org:${normalizedDomain}`); |
Template literal with variable interpolation in command context
| 120 | const cached = costAwareCache.getContact(`org:${normalizedDomain}`); |
Template literal with variable interpolation in command context
| 126 | costAwareCache.setContact(`org:${normalizedDomain}`, result, 1); |
Template literal with variable interpolation in command context
| 251 | console.warn(`Apollo usage alert: ${(usagePercent * 100).toFixed(1)}% of monthly budget used`); |
Webhook reference - potential data exfiltration
| 252 | // Could trigger webhook, Slack notification, etc. |
Access to .env file
| 298 | parseInt(process.env.APOLLO_MONTHLY_BUDGET || '10000'), |
Access to .env file
| 299 | parseFloat(process.env.APOLLO_ALERT_THRESHOLD || '0.8') |
External URL reference
| 392 | - [Apollo Pricing](https://www.apollo.io/pricing) |
External URL reference
| 393 | - [Apollo Credit System](https://knowledge.apollo.io/hc/en-us/articles/4415144183053) |
External URL reference
| 394 | - [Usage Dashboard](https://app.apollo.io/settings/billing) |
Install this skill with one command
/learn @helixdevelopment/apollo-cost-tuning