eachlabs-voice-audio
Facilitates text-to-speech, speech-to-text, and voice conversion using EachLabs AI models for enhanced audio processing.
Install this skill
Security score
The eachlabs-voice-audio skill was audited on Feb 16, 2026 and we found 23 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 85 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
Curl to non-GitHub URL
| 104 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
Curl to non-GitHub URL
| 121 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
Curl to non-GitHub URL
| 139 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
Curl to non-GitHub URL
| 157 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
Curl to non-GitHub URL
| 176 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 19 | Set the `EACHLABS_API_KEY` environment variable. Get your key at [eachlabs.ai](https://eachlabs.ai). |
External URL reference
| 75 | 1. **Check model** `GET https://api.eachlabs.ai/v1/model?slug=<slug>` — validates the model exists and returns the `request_schema` with exact input parameters. Always do this before creating a predic |
External URL reference
| 76 | 2. **POST** `https://api.eachlabs.ai/v1/prediction` with model slug, version `"0.0.1"`, and input matching the schema |
External URL reference
| 77 | 3. **Poll** `GET https://api.eachlabs.ai/v1/prediction/{id}` until status is `"success"` or `"failed"` |
External URL reference
| 85 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 104 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 111 | "media_url": "https://example.com/recording.mp3", |
External URL reference
| 121 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 128 | "audio_url": "https://example.com/audio.mp3", |
External URL reference
| 139 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 146 | "file_url": "https://example.com/meeting.mp3", |
External URL reference
| 157 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 164 | "input_audio": "https://example.com/vocals.wav", |
External URL reference
| 166 | "custom_rvc_model_download_url": "https://example.com/my-voice-model.zip", |
External URL reference
| 176 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
External URL reference
| 183 | "video_url": "https://example.com/video.mp4", |
External URL reference
| 184 | "audio_url": "https://example.com/narration.mp3", |