Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
china-briefing
多尺度中文资讯简报生成。从一条街道到全球,任意地理范围均可生成。
This is a legitimate multi-scale Chinese news briefing generation skill with no security issues found.
Skill Namechina-briefing
Duration39.5s
Enginepi
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.
ResourceDeclaredInferredStatusEvidence
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 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

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