elevenlabs-sdk-patterns
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and implementation patterns for the ElevenLabs SDK. All code samples follow industry best practices for secure development.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to use environment variables (
ELEVENLABS_API_KEY) and explicitly warns against hardcoding keys inSKILL.mdandreferences/implementation.md. Examples use placeholder strings likesk-...which do not contain real secrets. - [EXTERNAL_DOWNLOADS]: The skill references official and well-known sources including the ElevenLabs GitHub repository, the official PyPI package, and the popular
p-queueutility. These are trusted resources for the context of this skill. - [COMMAND_EXECUTION]: No dangerous or unauthorized shell commands are executed. The provided Python and TypeScript snippets are illustrative implementation patterns for SDK usage.
- [PROMPT_INJECTION]: No evidence of prompt injection or attempts to override agent behavior were found. The instructions are focused on technical implementation patterns.
Audit Metadata