Scan Report
0 /100
ai-news-daily-brief
从指定信源检索最近24小时AI新闻,完成去重/分类/摘要,生成结构化AI新闻日报
This skill is a pure-documentation news aggregation tool with no executable code, no scripts, no credential access, and no network exfiltration. All behavior is fully declared in documentation.
Safe to install
No action needed. This skill is safe for use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in any file |
| Network | READ | READ | ✓ Aligned | web_fetch and tavily for reading news sources (documented in SKILL.md) |
| Shell | NONE | NONE | — | No bash/shell commands in any file |
| Environment | NONE | NONE | — | No env var access |
| Skill Invoke | NONE | NONE | — | No cross-skill invocations |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | READ | READ | ✓ Aligned | agent-browser for Chinese sites (documented in SKILL.md and sources.md) |
| Database | NONE | NONE | — | No database access |
17 findings
Medium External URL 外部 URL
https://news.aibase.com/zh/daily) SKILL.md:38 Medium External URL 外部 URL
https://docs.qq.com/aio/DUEtYTUNWaVNxeXN4 SKILL.md:372 Medium External URL 外部 URL
https://docs.qq.com/aio/DUG9ocVBZU01sRmtG SKILL.md:373 Medium External URL 外部 URL
https://news.aibase.com/zh/daily references/sources.md:31 Medium External URL 外部 URL
https://36kr.com/ references/sources.md:40 Medium External URL 外部 URL
https://www.jiqizhixin.com/ references/sources.md:48 Medium External URL 外部 URL
https://www.qbitai.com/ references/sources.md:56 Medium External URL 外部 URL
https://www.reuters.com/technology/artificial-intelligence/ references/sources.md:68 Medium External URL 外部 URL
https://techcrunch.com/category/artificial-intelligence/ references/sources.md:77 Medium External URL 外部 URL
https://www.theinformation.com/topics/artificial-intelligence references/sources.md:86 Medium External URL 外部 URL
https://www.theverge.com/ai-artificial-intelligence references/sources.md:95 Medium External URL 外部 URL
https://www.wired.com/tag/artificial-intelligence/ references/sources.md:103 Medium External URL 外部 URL
https://venturebeat.com/category/ai/ references/sources.md:111 Medium External URL 外部 URL
https://deepmind.google/discover/blog/ references/sources.md:123 Medium External URL 外部 URL
https://www.anthropic.com/news references/sources.md:137 Medium External URL 外部 URL
https://www.anthropic.com/engineering references/sources.md:144 Medium External URL 外部 URL
https://blogs.nvidia.com/ references/sources.md:151 File Tree
7 files · 53.3 KB · 1526 lines Markdown 7f · 1526L
├─
▾
references
│ ├─
category-taxonomy.md
Markdown
│ ├─
output-template.md
Markdown
│ ├─
search-rules.md
Markdown
│ ├─
sources.md
Markdown
│ └─
validation-checklist.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code — only Markdown documentation files
✓ No scripts, binaries, or dependencies (no requirements.txt, package.json, etc.)
✓ No credential, API key, or token harvesting
✓ No shell or subprocess execution of any kind
✓ All network access is clearly declared (web_fetch, tavily, agent-browser) for news aggregation
✓ Strict source whitelist prevents abuse through undeclared sources
✓ No data exfiltration or outbound transmission of sensitive data
✓ Output target (Tencent Docs) is declared and documented
✓ No base64 encoding, obfuscation, or anti-analysis patterns
✓ No access to sensitive local paths (~/.ssh, ~/.aws, .env, etc.)