扫描报告
0 /100
china-briefing
多尺度中文资讯简报生成。从一条街道到全球,任意地理范围均可生成。
This is a legitimate multi-scale Chinese news briefing generation skill with no security issues found.
可以安装
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
│ └─
source-library.md
Markdown
├─
▾
scripts
│ └─
briefing_helper.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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