CtrlK
BlogDocsLog inGet started
Tessl Logo

agents

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

1.73x
Quality

88%

Does it follow best practices?

Impact

92%

1.73x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

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.

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

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.

Repository
calesthio/OpenMontage
Audited
Security analysis
Snyk

Is this your skill?

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.