扫描报告
5 /100
daily-review-helper
定时回顾更新助手。定时(中午 12 点、晚上 23:50)自动回顾今日工作,查漏补缺,更新记忆和知识库。
This is a legitimate daily review helper skill that performs scheduled workspace analysis, memory updates, and git operations as documented in SKILL.md. No malicious behavior detected.
可以安装
This skill is safe to use. The implementation matches the documentation. No security concerns require action.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:29 '更新 MEMORY.md'; scripts/memory-updater.sh:60-90 creates/writes memor… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:23 'Crontab 自动触发'; scripts/install.sh:40-50 modifies crontab |
| 网络访问 | NONE | NONE | — | No network requests found in any script |
| 环境变量 | NONE | NONE | — | Only uses WORKSPACE env var, no credential access |
| 技能调用 | NONE | NONE | — | No skill_invoke usage |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
1 项发现
中危 外部 URL 外部 URL
https://clawhub.com/skills/daily-review-helper package.json:25 目录结构
11 文件 · 42.0 KB · 1364 行 Shell 6f · 1036L
Markdown 2f · 250L
JSON 3f · 78L
├─
▾
config
│ └─
config.json
⚠
JSON
├─
▾
scripts
│ ├─
▾
config
│ │ └─
config.json
⚠
JSON
│ ├─
gap-analyzer.sh
Shell
│ ├─
install.sh
Shell
│ ├─
knowledge-updater.sh
Shell
│ ├─
memory-updater.sh
Shell
│ └─
uninstall.sh
Shell
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
skill.sh
Shell
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
git | any | system | 否 | Required for git operations, declared in SKILL.md |
crontab | any | system | 否 | Required for scheduling, declared in SKILL.md |
安全亮点
✓ Documentation fully matches implementation - all declared features are present
✓ No credential harvesting or sensitive file access (no ~/.ssh, ~/.aws, .env access)
✓ No data exfiltration or external network requests detected
✓ No obfuscation techniques (no base64, eval, or suspicious encoding)
✓ No reverse shell, C2, or remote execution payloads
✓ Crontab and git operations are explicitly documented in SKILL.md
✓ Uses version pinning where applicable (openclaw: >=1.0.0 in package.json)
✓ Clean, well-structured bash scripts with proper error handling (set -e)
✓ MIT licensed with clear attribution to 思捷娅科技 (SJYKJ)