扫描报告
5 /100
paw-chat
Install and manage Paw - a standalone web chat frontend for OpenClaw Gateway
Paw Chat is a legitimate static web chat frontend for OpenClaw Gateway. All shell scripts are documented and necessary. No credential theft, data exfiltration, obfuscation, or hidden functionality. Zero npm dependencies, zero malicious indicators.
可以安装
This skill is safe to use. Shell execution (start.sh, install.sh) is declared in SKILL.md and serves legitimate purposes (local HTTP server, deployment to Gateway directory). No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares file write to ~/.openclaw/ and local serve directory |
| 命令执行 | WRITE | WRITE | ✓ 一致 | start.sh:1 uses bash for python http.server; install.sh:1 uses bash for file cop… |
| 网络访问 | READ | READ | ✓ 一致 | paw-app.js:2323 references highlightjs.org CDN (external URL) |
| 环境变量 | NONE | NONE | — | No os.environ access in JS code |
| 数据库 | NONE | NONE | — | No database access |
| 剪贴板 | READ | READ | ✓ 一致 | paw-app.js:1745 handles clipboard paste for images |
| 浏览器 | NONE | READ | ✓ 一致 | Standard browser API usage (localStorage, WebSocket) |
| 技能调用 | NONE | NONE | — | No skill_invoke usage |
9 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/OpenClaw-Paw-blue?style=for-the-badge README.md:4 中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-green?style=flat-square README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/Zero-Dependencies-orange?style=flat-square README.md:6 中危 外部 URL 外部 URL
https://openclaw.ai README.md:147 中危 外部 URL 外部 URL
https://docs.openclaw.ai README.md:148 中危 外部 URL 外部 URL
https://discord.com/invite/clawd README.md:150 中危 外部 URL 外部 URL
https://www.python.org/downloads/ assets/paw-app.js:2323 中危 外部 URL 外部 URL
https://highlightjs.org/ assets/paw-app.js:2387 提示 邮箱 邮箱地址
[email protected] assets/highlight.min.js:3 目录结构
10 文件 · 300.2 KB · 5050 行 JavaScript 3f · 3856L
HTML 1f · 791L
Markdown 2f · 254L
Shell 2f · 94L
JSON 1f · 46L
CSS 1f · 9L
├─
▾
assets
│ ├─
github-dark.min.css
CSS
│ ├─
highlight.min.js
JavaScript
│ ├─
index.html
HTML
│ ├─
marked.min.js
JavaScript
│ ├─
paw-app.js
JavaScript
│ └─
start.sh
Shell
├─
▾
scripts
│ └─
install.sh
Shell
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No credential theft or environment variable harvesting
✓ No data exfiltration or C2 communication
✓ No obfuscation (base64, eval, atob) or anti-analysis techniques
✓ Zero npm dependencies — no supply chain attack surface
✓ SKILL.md accurately describes all shell script behavior
✓ WebSocket connects only to user-configured Gateway URL
✓ Configuration stored only in browser localStorage
✓ All file writes are user-directed (Gateway directory or local serve)
✓ Pure static frontend — no server-side code
✓ Shell scripts execute only local Python http.server (no remote code)
✓ ZIP download feature builds package locally from served files
✓ Code is readable and well-structured (no minified malicious payloads)