WeCom文件发送

PassAudited by ClawScan on May 10, 2026.

Overview

This is a straightforward WeCom file-sending helper, but users should verify the exact local file and recipient before sharing.

This skill appears benign and purpose-aligned. Before using it, make sure you specify the exact file to send, review the selected path, and confirm the WeCom recipient, especially for business or private documents.

Findings (2)

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

If the wrong path is selected, a local file could be sent unintentionally.

Why it was flagged

The skill tells the agent to locate local files and emit a MEDIA directive that sends a file. This is the core function, but it is still a sensitive tool action.

Skill content
在回复中单独一行使用 MEDIA: 指令,后面跟文件的本地路径。... 使用 ls 命令查找文件
Recommendation

Use this skill with explicit file names or paths, and confirm the intended file before sending.

What this means

Business or private files in the workspace could be shared through WeCom when requested.

Why it was flagged

The skill sends local workspace files, including a business-work directory, through the WeCom communication channel. The destination channel is disclosed and purpose-aligned, but it crosses a data-sharing boundary.

Skill content
将本地文件通过企业微信发送给用户... 公司业务目录: `~/.openclaw/workspace/memory/companywork/`
Recommendation

Verify the WeCom recipient and avoid broad requests that could match sensitive files.