扫描报告
5 /100
feedship-ai-daily
Generate daily AI news digest from feedship subscriptions
Pure documentation skill containing only SKILL.md and REPORT_FORMAT.md with no executable code, scripts, or sensitive operations. All behavior is declared and uses only well-known CLI tools (openclaw, feedship, uv).
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in skill |
| 网络访问 | READ | READ | ✓ 一致 | External tools (openclaw, feedship) handle all network access |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md declares openclaw cron commands and feedship CLI usage |
| 环境变量 | NONE | NONE | — | No environment access in skill |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
8 项发现
中危 外部 URL 外部 URL
https://aiweekly.com REPORT_FORMAT.md:18 中危 外部 URL 外部 URL
https://techcrunch.com REPORT_FORMAT.md:18 中危 外部 URL 外部 URL
https://blog.google/ai REPORT_FORMAT.md:22 中危 外部 URL 外部 URL
https://reuters.com REPORT_FORMAT.md:30 中危 外部 URL 外部 URL
https://blog.google/ai/new-model REPORT_FORMAT.md:170 中危 外部 URL 外部 URL
https://aiweekly.com/multimodal REPORT_FORMAT.md:178 中危 外部 URL 外部 URL
https://api.telegram.org/bot SKILL.md:54 中危 外部 URL 外部 URL
https://open.feishu.cn/app SKILL.md:79 目录结构
2 文件 · 15.4 KB · 587 行 Markdown 2f · 587L
├─
REPORT_FORMAT.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill with no executable code
✓ All tool dependencies (uv, openclaw, feedship) declared in SKILL.md
✓ No credential harvesting or sensitive data access
✓ No obfuscation, base64-encoded content, or hidden instructions
✓ No curl|bash or wget|sh remote script execution patterns
✓ External URLs are legitimate services (Telegram API, Feishu) for setup purposes
✓ No supply chain risks as no dependencies or scripts present
✓ Clear documentation structure with troubleshooting section