扫描报告
5 /100
cloud-upload-backup
Cloud file upload and backup tool. Upload local files to Tencent SMH cloud storage, generate download links and image previews.
Cloud file upload/backup tool using Tencent SMH. All capabilities are declared, credentials are scoped to smh_ prefix, network traffic is limited to api.tencentsmh.cn, and no malicious patterns were found.
可以安装
Skill is safe to use. Consider pinning smh-node-sdk to a specific version for reproducibility.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | smh-node-sdk version not pinned | SKILL.md:27 |
| 提示 | Access token embedded in download URL | SKILL.md:218 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | SKILL.md: Reads local files for upload; writes /tmp/smh-upload.js |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: All API calls to api.tencentsmh.cn only |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: Executes `node /tmp/smh-upload.js` commands |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: Reads smh_* env vars from .env and openclaw.json |
| 技能调用 | NONE | NONE | — | No skill_invoke usage found |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser access found |
| 数据库 | NONE | NONE | — | No database access found |
3 项发现
中危 外部 URL 外部 URL
https://api.tencentsmh.cn SKILL.md:78 中危 外部 URL 外部 URL
https://api.tencentsmh.cn/api/v1/file/smhxxx/space-xxx/report.pdf?access_token=acctk...&ContentDisposition=attachment&Pu... SKILL.md:183 中危 外部 URL 外部 URL
https://api.tencentsmh.cn/api/v1/file/smhxxx/space-xxx/photo.jpg?access_token=acctk...&ContentDisposition=attachment&Pur... SKILL.md:190 目录结构
1 文件 · 23.2 KB · 628 行 Markdown 1f · 628L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
smh-node-sdk | * | npm | 否 | Version not pinned — recommend pinning to specific version |
安全亮点
✓ All script code is fully inline in SKILL.md — no dynamic download or external fetch
✓ Credential access is strictly scoped to smh_* prefixed variables only
✓ Network traffic is limited exclusively to api.tencentsmh.cn
✓ No base64 encoding, eval(), atob(), or obfuscated code found
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env for non-smh credentials
✓ No credential exfiltration or data theft patterns detected
✓ No reverse shell or C2 indicators
✓ No hidden instructions in HTML comments or metadata
✓ Script is purpose-limited: upload, info, and list only