通义晓蜜 - 智能外呼
Analysis
This skill is purpose-aligned for Alibaba Cloud outbound calling, but it deserves careful review because it can batch-place real phone calls using cloud access keys while credential/capability declarations and recipient-safety safeguards are incomplete.
Findings (5)
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.
触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。
This shows the skill can trigger real-world bulk phone calls to third parties. Even though confirmation is requested elsewhere, a wrong list or script could quickly affect many people and create cost, legal, or reputation impact.
"agentProfile": { "name": "李敏", "gender": "女", "age": 28, "role": "招聘专员" ... "openingPrompt": "您好,我是XX公司的招聘专员李敏" }The instructions encourage generating a human-like persona for calls. The artifacts do not show a requirement to disclose that the call is automated or AI-driven, which can mislead recipients and create trust/compliance risk.
Source: unknown; Homepage: none; Code file presence: scripts/bundle.js (3210566 bytes)
The skill includes a large runnable JavaScript bundle, but the supplied metadata does not identify a source repository or homepage. No static findings were reported, so this is a provenance note rather than evidence of malicious code.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`ALIYUN_OUTBOUND_BOT_ACCESS_KEY_ID` | 阿里云 AccessKey ID ... `ALIYUN_OUTBOUND_BOT_ACCESS_KEY_SECRET` | 阿里云 AccessKey Secret ... 将上述 export 命令添加到 `~/.bashrc` 或 `~/.zshrc` 文件中。
The skill requires Alibaba Cloud credentials and recommends persistent shell-profile storage, while the supplied registry metadata declares no required env vars or primary credential. The artifacts also do not show least-privilege scope guidance.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"candidates": [{ "name": "张三", "phone": "13800138000", "score": 85 }], ... "scenarioDescription": "面试邀约 - 蓝领岗位简历筛查通过"The skill is designed to pass phone numbers, names, scores, and scenario details into an Alibaba Cloud outbound-calling workflow. This is purpose-aligned, but it is sensitive personal/contact data flowing to an external provider.
