Scan Report
5 /100
wecom-voice
Send native voice messages to WeCom using Windows TTS
WeCom语音消息发送工具,功能清晰,无恶意行为,仅包含标准的TTS转换和消息发送流程。
Safe to install
无需限制,可安全使用。代码功能与文档描述一致,执行流程简单直接。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | PowerShell Bypass执行策略 RCE | scripts/send-voice.cjs:36 |
| Info | 访问用户目录 Sensitive Access | scripts/send-voice.cjs:11 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/send-voice.cjs:30-33 写入PS1临时文件 |
| Shell | WRITE | WRITE | ✓ Aligned | scripts/send-voice.cjs:36,48,57 三处execSync调用 |
EXECUTE | EXECUTE | ✓ Aligned | scripts/send-voice.cjs:57 openclaw CLI发送消息 |
File Tree
2 files · 3.8 KB · 134 lines JavaScript 1f · 72L
Markdown 1f · 62L
├─
▾
scripts
│ └─
send-voice.cjs
JavaScript
└─
skill.md
Markdown
Security Positives
✓ 代码功能简单清晰,与文档描述完全一致
✓ 无编码或混淆操作
✓ 无凭证读取或数据外泄行为
✓ 无隐藏的网络请求或C2通信
✓ 使用标准CLI工具(openclaw)发送消息,符合声明
✓ FFmpeg路径虽硬编码但可正常回退