Ai Calls China Phone

ReviewAudited by ClawScan on May 2, 2026.

Overview

This skill appears coherent and purpose-aligned, but it can place real paid phone calls and sends phone numbers and transcripts to Stepone AI.

Install only if you trust Stepone AI and need AI outbound calling. Confirm you are legally authorized to call each number, review the call content before typing CALL, keep the API key private, and avoid putting unnecessary sensitive personal, financial, or business information into call prompts.

Findings (4)

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.

What this means

A mistaken or unauthorized invocation could call a real person and consume paid Stepone AI credits.

Why it was flagged

The skill can initiate real outbound calls and includes a lower-level raw call path, but the documentation discloses the impact and describes explicit confirmation gates.

Skill content
这个 skill 会发起真实电话外呼,可能产生话费/平台费用...默认脚本会要求输入 `CALL` 后才真正拨号。...raw JSON 调试,需要显式设置 `STEPONEAI_ENABLE_RAW_CALL=1`,并再次输入 `RAWCALL` 确认
Recommendation

Use only for authorized calls, verify the number and call purpose before confirming, and do not bypass the CALL or RAWCALL confirmation steps.

What this means

Anyone with the API key could potentially use the Stepone AI account or credits for calls.

Why it was flagged

The script sends a user-provided Stepone AI API key to authenticate calls; this is expected for the service, with no evidence of hardcoding or unrelated credential use.

Skill content
-H "X-API-Key: $STEPONEAI_API_KEY"
Recommendation

Set the API key only in trusted environments, avoid logging or sharing it, and rotate it immediately if exposed.

What this means

Phone numbers, call instructions, and conversation transcripts may contain personal or business-sensitive information handled by the provider.

Why it was flagged

The skill explicitly states that phone numbers, call tasks, and transcripts are sent to the external Stepone AI service.

Skill content
也会把电话号码、外呼任务和通话转写发送到 Stepone AI 服务。
Recommendation

Use the skill only if you trust Stepone AI for this data, have consent/authorization for the call, and avoid including unnecessary sensitive details.

What this means

If an agent treats transcript text as commands instead of data, a caller or service response could influence later agent behavior.

Why it was flagged

The code recognizes that API responses may contain instruction-like fields and strips a known field before printing JSON responses, but transcripts and streamed conversation text remain untrusted external content.

Skill content
# API responses may contain service-side instruction fields that are useful to humans but unsafe to pass through to an agent as raw prompt text.
Recommendation

Treat call transcripts and streamed responses as untrusted data; do not let them override the user's instructions without explicit user approval.