扫描报告
5 /100
AI Customer Service Scripts Generator
AI-powered customer service reply script generator for 10+ industries
A straightforward AI customer service script generator with no malicious patterns — all behavior is declared and consistent with documentation.
可以安装
No action required. The skill is safe for use. Consider pinning the openclaw dependency version for stability.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned dependency (openclaw) 供应链 | scripts_generator.py:9 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access in scripts_generator.py |
| 网络访问 | NONE | READ | ✓ 一致 | Uses openclaw SDK for API calls; no raw socket/IP usage |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution |
| 环境变量 | READ | READ | ✓ 一致 | Only reads OPENCLAW_API_KEY, as documented |
| 技能调用 | NONE | NONE | — | No inter-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
1 项发现
中危 外部 URL 外部 URL
https://discord.gg/clawd SKILL.md:54 目录结构
2 文件 · 5.6 KB · 177 行 Python 1f · 118L
Markdown 1f · 59L
├─
scripts_generator.py
Python
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
openclaw | unpinned | pip (pip install openclaw) | 否 | Version not specified in any dependency file |
安全亮点
✓ No shell or subprocess execution of any kind
✓ No filesystem write operations
✓ No credential harvesting beyond the declared OPENCLAW_API_KEY
✓ No obfuscation (no base64, eval, or dynamic code execution)
✓ No sensitive path access (~/.ssh, ~/.aws, .env, etc.)
✓ No data exfiltration — all network traffic is through the documented openclaw SDK
✓ Code and documentation are consistent — no hidden functionality
✓ No suspicious URLs, IP addresses, or external C2 indicators