Scan Report
5 /100
jean-claw-van-damme
Authorization gatekeeper for OpenClaw agents - scoped grants, time-bound permissions, skill scanning, prompt injection detection
Jean-Claw Van Damme 是一个合法的授权门卫安全技能,纯静态分析,无恶意行为,代码与文档一致。
Safe to install
可直接安装使用。该技能作为安全工具本身无风险。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 工具依赖声明不完整 Doc Mismatch | SKILL.md:1 |
| Low | 扫描模式可能产生误报 Supply Chain | scan-skill.sh:95 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md 声明读取本地文件 |
| Network | READ | READ | ✓ Aligned | SKILL.md 声明 Web searches |
| Shell | NONE | NONE | — | 无shell执行,脚本仅做静态grep分析 |
| Environment | NONE | NONE | — | audit-export.sh仅读取预定义路径的audit.json |
| Skill Invoke | NONE | NONE | — | 无动态技能调用 |
2 findings
Medium External URL 外部 URL
https://agenticpoa.com README.md:9 Medium External URL 外部 URL
https://snyk.io/blog/clawhub-malicious-google-skill-openclaw-malware/ README.md:13 File Tree
5 files · 27.0 KB · 801 lines Markdown 2f · 431L
Shell 2f · 305L
JSON 1f · 65L
├─
audit-export.sh
Shell
├─
policy.json
JSON
├─
README.md
Markdown
├─
scan-skill.sh
Shell
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
grep | 系统内置 | shell | No | 用于正则匹配,安全工具正常用法 |
jq | 可选 | shell | No | audit-export.sh需要,如不存在会降级处理 |
Security Positives
✓ 纯静态分析工具,无代码执行能力
✓ 无编译代码,无外部依赖
✓ 透明可审计:所有代码可读
✓ 无敏感文件访问(无~/.ssh、.env等路径)
✓ 无数据外泄:未发现向外部发送数据
✓ 无混淆代码:未发现base64执行、eval调用
✓ 功能与安全目标一致
✓ 设计良好的三层权限分类