Build AI phone agents with AgentPhone API. Use when the user wants to make phone calls, send/receive SMS, manage phone numbers, create voice agents, set up webhooks, or check usage — anything related to telephony, phone numbers, or voice AI.
63
77%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/agentphone/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 1.00). The skill clearly ingests untrusted, user-generated content from callers and SMS via webhooks (e.g., the webhook payload fields like recentHistory and data.transcript described in the "Call flow (webhook mode)" and "Webhook Events" sections, and hosted voice mode where the built-in LLM consumes caller speech) and explicitly instructs using those transcripts to drive LLM responses, tool calls, NDJSON streaming, DTMF/transfer actions, etc., so third‑party content can directly influence agent behavior.
22710e9
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.