扫描报告
5 /100
awesome-closet-stylist
Maintain a persistent personal wardrobe, answer wardrobe questions, and recommend outfits from existing clothes with natural-language responses.
This is a pure documentation-based wardrobe management skill with no executable code, scripts, or hidden functionality. All capabilities are clearly declared and aligned between documentation and implementation.
可以安装
No action required. This skill is safe to use as it only manages local wardrobe data with declared weather API integration.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md declares writes to user/wardrobe.json, user/preference.json, user/confi… |
| 网络访问 | READ | READ | ✓ 一致 | weather.md:49-70 documents weather API calls to amap.com and qweather.com |
| 命令执行 | NONE | NONE | — | No shell commands except documented curl for weather APIs |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 技能调用 | NONE | NONE | — | Only references openclaw hooks list command, no arbitrary skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access detected |
| 浏览器 | READ | READ | ✓ 一致 | weather.md:91-107 documents browser fallback for weather when APIs unavailable |
| 数据库 | NONE | NONE | — | No database access detected |
6 项发现
中危 外部 URL 外部 URL
https://restapi.amap.com/v3/weather/weatherInfo sub-skills/weather.md:49 中危 外部 URL 外部 URL
https://restapi.amap.com/v3/weather/weatherInfo?key= sub-skills/weather.md:54 中危 外部 URL 外部 URL
https://devapi.qweather.com/v7/weather/now sub-skills/weather.md:65 中危 外部 URL 外部 URL
https://devapi.qweather.com/v7/weather/now?key= sub-skills/weather.md:70 中危 外部 URL 外部 URL
https://www.weather.com.cn/ sub-skills/weather.md:91 中危 外部 URL 外部 URL
https://dev.qweather.com/ sub-skills/weather.md:107 目录结构
11 文件 · 29.6 KB · 688 行 Markdown 7f · 610L
JSON 4f · 78L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
sub-skills
│ ├─
clothing-notes.md
Markdown
│ ├─
outfit-recommendation.md
Markdown
│ ├─
user-preference.md
Markdown
│ ├─
wardrobe-crud.md
Markdown
│ └─
weather.md
Markdown
├─
▾
user
│ ├─
config.json
⚠
JSON
│ ├─
preference.json
JSON
│ └─
wardrobe.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation-based skill with no executable code or scripts
✓ All capabilities clearly declared in SKILL.md and sub-skills
✓ Documentation is comprehensive and consistent across all files
✓ User data stays local in user/ directory (wardrobe.json, preference.json, config.json)
✓ Weather API keys are user-provided and stored locally, not exfiltrated
✓ No obfuscation techniques (base64, eval, encoded commands)
✓ No credential harvesting or data exfiltration
✓ Hooks feature requires explicit user consent before enabling
✓ No supply chain dependencies or external packages
✓ Clear intent routing prevents scope creep