扫描报告
15 /100
ai-agent-news-aggregator
AI Agent 资讯聚合技能 - 搜集 AI Agent 领域最新资讯并推送到飞书群聊
A legitimate news aggregation skill with minor doc-to-code inconsistencies but no malicious behavior detected.
可以安装
This skill is safe to use. Consider documenting the subprocess usage in SKILL.md for transparency, but no immediate security action is required.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Undeclared subprocess execution 文档欺骗 | scripts/run_pipeline.py:19 |
| 提示 | Tool name mismatch 文档欺骗 | SKILL.md vs scripts/search_news.py:36 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | Reads config JSON files for keywords and channel_id |
| 网络访问 | READ | READ | ✓ 一致 | Makes HTTP requests to DuckDuckGo and RSS feeds for news aggregation |
| 命令执行 | NONE | WRITE | ✓ 一致 | run_pipeline.py:19 uses subprocess.run() to execute Python scripts |
8 项发现
中危 外部 URL 外部 URL
https://news.ycombinator.com/newest SKILL.md:202 中危 外部 URL 外部 URL
https://www.anthropic.com/news/rss.xml SKILL.md:203 中危 外部 URL 外部 URL
https://.../rss.xml scripts/README.md:84 中危 外部 URL 外部 URL
https://lite.duckduckgo.com/lite/ scripts/search_news.py:32 中危 外部 URL 外部 URL
https://hnrss.org/newest?q=ai+agent scripts/sources.json:15 中危 外部 URL 外部 URL
https://huggingface.co/blog/feed.xml scripts/sources.json:27 中危 外部 URL 外部 URL
https://blog.langchain.dev/rss/ scripts/sources.json:31 中危 外部 URL 外部 URL
https://lite.duckduckgo.com/lite/?q=AI+Agent+framework+OR+LangChain+new+release+OR+AutoGen+update+OR+CrewAI+OR+LlamaInde... scripts/step1_search.json:2 目录结构
12 文件 · 33.9 KB · 1367 行 Python 7f · 893L
Markdown 2f · 400L
JSON 2f · 64L
Text 1f · 10L
├─
▾
scripts
│ ├─
categorize.py
Python
│ ├─
deduplicate.py
Python
│ ├─
push_to_feishu.py
Python
│ ├─
README.md
Markdown
│ ├─
requirements.txt
Text
│ ├─
run_pipeline.py
Python
│ ├─
search_news.py
Python
│ ├─
sources.json
JSON
│ ├─
step1_search.json
JSON
│ ├─
summarize.py
Python
│ └─
test_push.py
Python
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
none (standard library only) | N/A | pip | 否 | No external packages installed |
安全亮点
✓ No external dependencies required (uses Python standard library only)
✓ No credential harvesting or sensitive path access
✓ No base64 encoding, obfuscation, or anti-analysis techniques
✓ No network exfiltration or C2 communication
✓ No remote script execution (curl|bash, wget|sh)
✓ No hidden functionality - all scripts perform declared tasks
✓ No supply chain risks (no unpinned dependencies)
✓ Legitimate news aggregation use case with transparent behavior