Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience.
89
88%
Does it follow best practices?
Impact
92%
1.73xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill explicitly allows agents to call arbitrary external webhooks and client tools and to ingest their responses into the conversation (see references/client-tools.md webhook examples like https://api.mystore.com/orders/lookup and references/agent-configuration.md knowledge_base/rag settings), meaning untrusted third‑party content can be read by the agent and materially influence tool use and next actions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The embed script https://unpkg.com/@elevenlabs/convai-widget-embed is loaded at client runtime, executes remote JavaScript in the user's browser, and is a required dependency for the widget embedding, so it represents a runtime external resource that executes remote code.
0af32ce
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.