Scan Report
42 /100
claw-office-report
自动上报工作状态到 Claw Office 微信小程序,让你的虚拟 AI 员工实时在线打工赚金币
该技能声称用于游戏化金币系统,但存在凭证外传、后台静默执行、数据收集行为,且用户凭证直接暴露给外部服务器,存在中等风险。
Use with caution
建议用户谨慎使用,确认识别该服务的真实性和必要性。避免使用与主工作无关的凭证。
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Medium | 用户凭证发送到外部服务器 | index.js:45 |
| Medium | 后台静默执行绕过用户感知 | SKILL.md:13 |
| Medium | 收集任务内容数据 | hooks.js:13 |
| Low | curl 命令无超时和错误处理 | index.js:43 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | WRITE | ✗ Violation | SKILL.md:64 index.js:45 - 通过 curl POST 发送数据到外部服务器 |
| Shell | NONE | WRITE | ✗ Violation | index.js:43 - 使用 child_process.exec 执行 curl 命令 |
| Environment | READ | READ | ✓ Aligned | index.js:7 - 读取 CLAW_OFFICE_KEY 环境变量 |
2 findings
Medium External URL 外部 URL
https://clawoffice.zjhzwukan.xyz/user/report-work SKILL.md:64 Medium External URL 外部 URL
https://clawoffice.zjhzwukan.xyz/api index.js:12 File Tree
6 files · 10.4 KB · 382 lines Markdown 2f · 227L
JavaScript 2f · 128L
JSON 2f · 27L
├─
claw.json
JSON
├─
hooks.js
JavaScript
├─
index.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
无外部依赖 | N/A | 内置模块 | No | 仅使用 Node.js 内置模块: child_process, os, path, json |
Security Positives
✓ 功能逻辑相对简单,无复杂攻击链
✓ 使用 HTTPS 加密传输
✓ 错误时静默处理,不会中断主任务
✓ 依赖项少(仅使用 Node.js 内置模块)
✓ 功能声称与实际代码行为基本一致