扫描报告
0 /100
weather-wttr.in
Get weather data from wttr.in free service
This is a legitimate weather data skill using only stdlib to query wttr.in. No security issues detected; code behavior matches documentation exactly.
可以安装
Skill is safe to use as-is. No changes needed.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in weather.py |
| 网络访问 | READ | READ | ✓ 一致 | weather.py:60-74 - urllib GET to wttr.in only |
| 命令执行 | NONE | NONE | — | No subprocess or shell commands |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | No inter-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
2 文件 · 9.3 KB · 279 行 Python 1f · 233L
Markdown 1f · 46L
├─
▾
scripts
│ └─
weather.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ Uses only Python stdlib (urllib, json, sys) - no external dependencies
✓ No shell execution or subprocess calls
✓ No credential harvesting or environment variable access
✓ No file read/write operations
✓ No obfuscation or base64-encoded code
✓ Network access limited to legitimate weather API (wttr.in)
✓ Code behavior matches SKILL.md documentation exactly
✓ No supply chain risks - no pip packages or external dependencies