Skip to main content

apollo-deploy-integration

Facilitates the deployment of Apollo.io integrations to production environments, ensuring proper configuration and health checks.

Install this skill

or
67/100

Security score

The apollo-deploy-integration skill was audited on Feb 9, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```yaml
medium line 321

Template literal with variable interpolation in command context

SourceSKILL.md
321console.log(`[${status}] ${name}`);
medium line 327

Template literal with variable interpolation in command context

SourceSKILL.md
327console.log(`[FAIL] ${name}: ${error.message}`);
medium line 252

Curl to non-GitHub URL

SourceSKILL.md
252curl -sf "http://$GREEN_URL/health/apollo" || exit 1
medium line 425

Webhook reference - potential data exfiltration

SourceSKILL.md
425Proceed to `apollo-webhooks-events` for webhook implementation.
low line 364

Access to .env file

SourceSKILL.md
364apiKey: process.env.APOLLO_API_KEY_DEV!,
low line 375

Access to .env file

SourceSKILL.md
375apiKey: process.env.APOLLO_API_KEY_STAGING!,
low line 386

Access to .env file

SourceSKILL.md
386apiKey: process.env.APOLLO_API_KEY!,
low line 398

Access to .env file

SourceSKILL.md
398const env = process.env.NODE_ENV || 'development';
low line 252

External URL reference

SourceSKILL.md
252curl -sf "http://$GREEN_URL/health/apollo" || exit 1
low line 419

External URL reference

SourceSKILL.md
419- [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables)
low line 420

External URL reference

SourceSKILL.md
420- [Google Cloud Secret Manager](https://cloud.google.com/secret-manager)
low line 422

External URL reference

SourceSKILL.md
422- [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →