扫描报告
5 /100
gold-price-fetcher
通过京东金融 API 获取实时金价,返回带时间戳的完整信息
Legitimate gold price fetching skill with no malicious behavior - all functionality is documented and API calls target a known financial service.
可以安装
Skill is safe for use. Consider pinning the requests library version for better reproducibility.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned dependency 供应链 | scripts/fetch_gold_price.py |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | scripts/fetch_gold_price.py:38 - requests.get() |
| 文件系统 | READ,WRITE | READ,WRITE | ✓ 一致 | scripts/fetch_gold_price.py:35 - os.makedirs(), f.write() |
4 项发现
中危 外部 URL 外部 URL
https://ms.jr.jd.com/gw2/generic/CreatorSer/newh5/m/getFirstRelatedProductInfo README.md:31 中危 外部 URL 外部 URL
https://clawhub.ai/import** 发布说明.md:18 中危 外部 URL 外部 URL
https://clawhub.ai/docs 发布说明.md:71 中危 外部 URL 外部 URL
https://mirror-cn.clawhub.com 发布说明.md:72 目录结构
4 文件 · 7.0 KB · 302 行 Markdown 3f · 202L
Python 1f · 100L
├─
▾
scripts
│ └─
fetch_gold_price.py
Python
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
发布说明.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Version not pinned |
安全亮点
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable access
✓ No base64 encoding or obfuscation
✓ All functionality declared in SKILL.md
✓ Network calls target legitimate JD Finance API
✓ Cache mechanism is documented and transparent
✓ No hidden functionality or shadow behavior
✓ Clean code with proper error handling