ElevenLabs Phone Reminder (Lite)
Analysis
This is a transparent instruction-only guide, but following it means using service credentials to create AI phone-calling resources that can contact people and incur charges.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -X POST "https://api.elevenlabs.io/v1/convai/twilio/outbound-call" ... "to_number": "+1RECIPIENT_NUMBER"
The artifact provides a raw API command that initiates an outbound phone call. It is user-directed and aligned with the skill purpose, but it can affect recipients and generate costs.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Need: Account SID, Auth Token, Phone Number ... "token": "'$TWILIO_AUTH_TOKEN'"
The guide requires Twilio account credentials and sends the Twilio auth token to ElevenLabs to connect the phone number. This is expected for the integration, but it grants meaningful account and billing authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Your App → ElevenLabs → Twilio → Phone Network ... Real-time voice interaction (not pre-recorded!)
The guide describes routing live voice calls through ElevenLabs, Twilio, and the phone network. This disclosed provider flow may involve recipient phone numbers and conversation audio.
