扫描报告
15 /100
powpow
OpenClaw Skill for publishing AI digital humans to the Powpow map platform
This is a legitimate map-based AI digital human management skill for the Powpow platform. It makes HTTP calls to a declared external service, stores JWT tokens locally, and has no evidence of credential theft, code execution, obfuscation, or data exfiltration beyond its documented API integration.
可以安装
The skill is safe to use. No security action required beyond standard hygiene: keep axios pinned to a specific version, review the external Powpow endpoint reputation, and ensure the webhookUrl parameter cannot be abused for SSRF in the context of the OpenClaw framework.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned axios dependency 供应链 | package.json:23 |
| 低危 | JWT token stored in plaintext on filesystem 敏感访问 | scripts/powpow-client.ts:66 |
| 低危 | Potential SSRF via webhookUrl parameter 数据外泄 | scripts/powpow-client.ts:164 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: maps to HTTP calls to global.powpow.online API; powpow-client.ts:26 — … |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: 'Configuration Storage' declares ~/.openclaw/powpow-config.json writes… |
| 环境变量 | NONE | READ | ✓ 一致 | powpow-client.ts:25 — reads POWPOW_BASE_URL from process.env (a single known key… |
| 命令执行 | NONE | NONE | — | No shell execution found |
| 技能调用 | WRITE | WRITE | ✓ 一致 | SKILL.md metadata: 5 tool functions (register, login, createAgent, listAgents, d… |
4 项发现
中危 外部 URL 外部 URL
https://global.powpow.online README.md:148 中危 外部 URL 外部 URL
https://docs.openclaw.ai README.md:149 中危 外部 URL 外部 URL
https://global.powpow.online/map SKILL.md:35 中危 外部 URL 外部 URL
https://www.powpow.online/default-avatar.png scripts/powpow-client.ts:261 目录结构
6 文件 · 24.9 KB · 1019 行 TypeScript 1f · 495L
Markdown 3f · 472L
JSON 2f · 52L
├─
▾
scripts
│ └─
powpow-client.ts
TypeScript
├─
CHANGELOG.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
tsconfig.json
JSON
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
axios | ^1.6.0 | npm | 否 | Version not pinned — only lower bound specified. Could auto-upgrade to a compromised release. |
tsx | ^4.7.0 | npm | 否 | Dev dependency, not included in production bundle |
typescript | ^5 | npm | 否 | Dev dependency, not included in production bundle |
安全亮点
✓ No shell execution, reverse shells, or command injection found
✓ No base64-encoded or obfuscated payloads
✓ No credential harvesting beyond the documented Powpow account flow
✓ No access to ~/.ssh, ~/.aws, or other sensitive credential paths
✓ No hidden functionality — implementation aligns with SKILL.md declarations
✓ Input validation present for name length, geo coordinates, and URL format
✓ Clean error handling without information leakage
✓ No cron, startup hooks, or persistence mechanisms
✓ No prompt injection instructions found in comments or code