扫描报告
5 /100
breakfast-recommender
智能早餐推荐助手,根据冰箱食材推荐早餐、管理食材、记录偏好与历史
A straightforward breakfast recommendation skill with no security concerns—operates solely on filesystem operations to a well-defined directory for managing fridge inventory and history.
可以安装
This skill is safe to use. No security controls needed.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Sample data files present | references/fridge.md, references/history.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares writes to ~/.openclaw/workspace/breakfast-recommender/ |
| 命令执行 | WRITE | NONE | ✓ 一致 | cron usage declared in Scenario 3, no other shell execution observed |
| 网络访问 | NONE | NONE | — | No network activity detected |
| 环境变量 | NONE | NONE | — | No environment variable access observed |
| 数据库 | NONE | NONE | — | Uses flat markdown files, not a database |
目录结构
3 文件 · 6.8 KB · 189 行 Markdown 3f · 189L
├─
▾
references
│ ├─
fridge.md
Markdown
│ └─
history.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All file operations are scoped to a well-defined directory: ~/.openclaw/workspace/breakfast-recommender/
✓ No network requests or external communications
✓ No credential, SSH key, or sensitive path access
✓ No shell command injection vectors (eval, base64, subprocess to external commands)
✓ Cron usage for scheduling is explicitly declared in SKILL.md
✓ Data format is simple markdown—no binary payloads or encoded content
✓ No third-party dependencies or package requirements
✓ Skill is purely a lifestyle tool with no attack surface