Skip to main content

elevenlabs-ci-integration

Automates CI/CD pipelines for ElevenLabs, integrating mocked unit tests and real API tests to optimize character usage.

Install this skill

or
85/100

Security score

The elevenlabs-ci-integration skill was audited on May 17, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44```yaml
medium line 88

Curl to non-GitHub URL

SourceSKILL.md
88REMAINING=$(curl -s https://api.elevenlabs.io/v1/user \
low line 111

Webhook reference - potential data exfiltration

SourceSKILL.md
111# Optional: webhook secret for webhook tests
low line 112

Webhook reference - potential data exfiltration

SourceSKILL.md
112gh secret set ELEVENLABS_WEBHOOK_SECRET --body "whsec_your_secret_here"
low line 191

Access to .env file

SourceSKILL.md
191const SKIP = !process.env.ELEVENLABS_INTEGRATION;
low line 88

External URL reference

SourceSKILL.md
88REMAINING=$(curl -s https://api.elevenlabs.io/v1/user \
low line 250

External URL reference

SourceSKILL.md
250- [Vitest CI Configuration](https://vitest.dev/guide/ci.html)
Scanned on May 17, 2026
View Security Dashboard
Installation guide →