可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
hfmirror-trending-en
Fetches real-time Hugging Face trending data via the public HF-Mirror API and generates structured Markdown reports in English
A benign HuggingFace trending data fetcher that makes a single public API call and writes markdown output using only Python standard library.
技能名称hfmirror-trending-en
分析耗时21.6s
引擎pi
可以安装
No action needed. This skill is safe to use as documented.
资源类型声明权限推断权限状态证据
网络访问 READ READ ✓ 一致 scripts/summarize.py:29 - urllib.request.Request()
文件系统 WRITE WRITE ✓ 一致 scripts/summarize.py:91 - open(md_path, 'w')
命令执行 NONE NONE No subprocess calls found
环境变量 NONE NONE Only sys.argv access
1 项发现
🔗
中危 外部 URL 外部 URL
https://hf-mirror.com/api/trending
SKILL.md:21

目录结构

2 文件 · 7.5 KB · 178 行
Python 1f · 121L Markdown 1f · 57L
├─ 📁 scripts
│ └─ 🐍 summarize.py Python 121L · 4.5 KB
└─ 📝 SKILL.md Markdown 57L · 2.9 KB

安全亮点

✓ Uses only Python standard library (json, urllib, os, sys) with zero external dependencies
✓ Accesses only a well-known public API (hf-mirror.com) with a proper User-Agent header
✓ No credential access or sensitive path traversal
✓ No shell execution or subprocess calls
✓ No obfuscation techniques (base64, eval, atob)
✓ Code is straightforward and matches SKILL.md documentation exactly
✓ MIT licensed with clear author attribution