可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
china-briefing
多尺度中文资讯简报生成。从一条街道到全球,任意地理范围均可生成。
This is a legitimate multi-scale Chinese news briefing generation skill with no security issues found.
技能名称china-briefing
分析耗时39.5s
引擎pi
可以安装
This skill is safe to use. It only uses standard Python library and declared web_search/web_fetch tools for fetching news content.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file I/O operations in briefing_helper.py
网络访问 READ READ ✓ 一致 SKILL.md declares Tavily web_search/web_fetch; Python code makes no direct netwo…
命令执行 NONE NONE No subprocess/os.system calls in Python code
环境变量 NONE NONE No os.environ access in code
技能调用 NONE NONE No skill invocation patterns found
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database connections

目录结构

5 文件 · 16.1 KB · 558 行
Markdown 4f · 342L Python 1f · 216L
├─ 📁 references
│ ├─ 📝 search-templates.md Markdown 68L · 1.2 KB
│ └─ 📝 source-library.md Markdown 57L · 2.0 KB
├─ 📁 scripts
│ └─ 🐍 briefing_helper.py Python 216L · 6.6 KB
├─ 📝 README.md Markdown 61L · 1.6 KB
└─ 📝 SKILL.md Markdown 156L · 4.7 KB

安全亮点

✓ Uses only Python standard library (sys, json) - no external dependencies
✓ Documentation accurately describes implementation
✓ No credential harvesting or sensitive data access
✓ No shell execution or command injection vectors
✓ No obfuscation or suspicious encoding patterns
✓ Simple, focused CLI tool with clear purpose
✓ References files are plain documentation without hidden instructions