扫描报告
45 /100
sshot
Take full screen screenshot using PowerShell
The skill delegates execution to an opaque external PowerShell script that is not included in the package, creating an unauditable blind spot where undeclared behavior could occur without being detected.
谨慎使用
Do not deploy until the referenced PowerShell script at C:\Users\AlenZhu\.openclaw\scripts\sshot.ps1 is provided and audited. Verify the script only captures screenshots and does not access sensitive paths, exfiltrate data, or execute undeclared commands.
攻击链 3 步
◎
入口 Skill presents as a simple screenshot utility through SKILL.md
SKILL.md:1⬡
提权 Skill delegates execution to opaque external script at C:\Users\AlenZhu\.openclaw\scripts\sshot.ps1 with ExecutionPolicy Bypass, bypassing PowerShell security controls
SKILL.md:11◉
影响 External script is unauditable — could harvest credentials, exfiltrate data, or execute arbitrary commands without any record in the skill package
External: sshot.ps1安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Critical script artifact not included in package 文档欺骗 | SKILL.md:11 |
| 中危 | Hardcoded user-specific path in skill definition 敏感访问 | SKILL.md:11 |
| 中危 | ExecutionPolicy Bypass weakens PowerShell security controls 文档欺骗 | SKILL.md:10 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:11 - system.run on node |
| 文件系统 | NONE | UNKNOWN | ✓ 一致 | External script sshot.ps1 not provided; behavior cannot be audited |
| 网络访问 | NONE | UNKNOWN | ✓ 一致 | External script sshot.ps1 not provided; network behavior cannot be audited |
目录结构
3 文件 · 1.0 KB · 34 行 Markdown 2f · 30L
JSON 1f · 4L
├─
▾
clawhub
│ └─
SKILL.md
Markdown
├─
meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No base64-encoded payloads or obfuscated code found
✓ No direct credential harvesting loops over environment variables
✓ No curl|bash or wget|sh remote script fetching in visible files
✓ No evidence of reverse shell, C2, or data exfiltration in provided files
✓ The described behavior (taking a screenshot) is a legitimate, well-defined feature