dubbing
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the ElevenLabs CLI and SDKs from official sources including npm, PyPI, Homebrew, and GitHub. These downloads are standard for utilizing the vendor's services.
- [REMOTE_CODE_EXECUTION]: An installation script for the ElevenLabs CLI is fetched via curl and piped to the shell from the official ElevenLabs GitHub repository (
github.com/elevenlabs/cli). This is a common installation pattern for developer tools provided by the vendor. - [COMMAND_EXECUTION]: The documentation includes various shell commands for the
elevenlabsCLI to manage projects, edit transcripts, and process dubbing tasks. - [DATA_EXFILTRATION]: The skill requires an
ELEVENLABS_API_KEYfor authentication with the ElevenLabs API (api.elevenlabs.io). The instructions follow security best practices by recommending the use of environment variables or secure OS keyring storage via the CLI's login command.
Audit Metadata