可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称weather-wttr.in
分析耗时20.3s
引擎pi
可以安装
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 233L · 8.0 KB
└─ 📝 SKILL.md Markdown 46L · 1.3 KB

安全亮点

✓ 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