Scan Report
0 /100
china-briefing
多尺度中文资讯简报生成。从一条街道到全球,任意地理范围均可生成。
This is a legitimate multi-scale Chinese news briefing generation skill with no security issues found.
Safe to install
This skill is safe to use. It only uses standard Python library and declared web_search/web_fetch tools for fetching news content.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O operations in briefing_helper.py |
| Network | READ | READ | ✓ Aligned | SKILL.md declares Tavily web_search/web_fetch; Python code makes no direct netwo… |
| Shell | NONE | NONE | — | No subprocess/os.system calls in Python code |
| Environment | NONE | NONE | — | No os.environ access in code |
| Skill Invoke | NONE | NONE | — | No skill invocation patterns found |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database connections |
File Tree
5 files · 16.1 KB · 558 lines 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
Security Positives
✓ 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