Scan Report
5 /100
daily-news-brief
聚合并整理多源新闻,按科技/财经/AI/智能体分类排序,生成 Markdown 摘要并可定时执行
Legitimate news aggregation skill with no malicious behavior. Pre-flagged shell commands are false positives (skill self-cleanup, not system destruction).
Safe to install
No action needed. The skill is safe to use.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Pre-scan IOC: Shell command pattern detection | QuickStartGuide.md:302-306 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | Save MD docs to ~/daily-news-brief/ (lines 3-4 SKILL.md) |
| Network | READ | READ | ✓ Aligned | RSS/web fetching from news sources (FetchNews.ts) |
| Shell | WRITE | WRITE | ✓ Aligned | cron setup via 'openclaw cron add' or crontab (Setup.md step 7) |
| Environment | NONE | NONE | — | No env access observed |
| Skill Invoke | NONE | NONE | — | No skill invocation chain |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser control |
| Database | NONE | NONE | — | No database access |
2 Critical 7 findings
Critical Dangerous Command 危险 Shell 命令
rm -rf ~ QuickStartGuide.md:302 Critical Dangerous Command 危险 Shell 命令
rm -rf / QuickStartGuide.md:306 Medium External URL 外部 URL
https://36kr.com/feed QuickStartGuide.md:27 Medium External URL 外部 URL
https://www.huxiu.com/rss/0.xml QuickStartGuide.md:33 Medium External URL 外部 URL
https://www.caixin.com/rss/rss_newstech.xml QuickStartGuide.md:39 Medium External URL 外部 URL
https://www.jiqizhixin.com/rss QuickStartGuide.md:45 Medium External URL 外部 URL
https://xinzhiyuan.ai/feed QuickStartGuide.md:201 File Tree
11 files · 60.1 KB · 2343 lines Markdown 5f · 1469L
TypeScript 6f · 874L
├─
▾
tools
│ ├─
Configure.ts
TypeScript
│ ├─
FetchNews.ts
TypeScript
│ ├─
MarkdownGenerator.ts
TypeScript
│ ├─
NewsClassifier.ts
TypeScript
│ ├─
NewsFetcher.ts
TypeScript
│ └─
types.ts
TypeScript
├─
▾
workflows
│ ├─
Configure.md
Markdown
│ ├─
FetchNews.md
Markdown
│ └─
Setup.md
Markdown
├─
QuickStartGuide.md
Markdown
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
rss-parser | ^3.13.0 | npm | No | Pinned major version |
cheerio | ^1.0.0-rc.12 | npm | No | Pinned major version |
Security Positives
✓ Clear documentation with explicit capability declarations
✓ No credential harvesting or exfiltration
✓ No base64-encoded or obfuscated code
✓ No eval() or dynamic code execution
✓ Filesystem access limited to skill-specific directory (~/.daily-news-brief/)
✓ Network access declared and restricted to legitimate news sources
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Uses standard libraries (rss-parser, cheerio) with version dependencies documented
✓ OpenClaw integration via documented CLI interface