扫描报告
25 /100
ebook-downloader
下载中文电子书到用户电脑。通过搜索读书派(dushupai.com)等资源站获取城通网盘下载链接,自动完成密码输入、API调用获取直链、curl下载、zip解压等全流程。
Skill downloads ebooks from third-party sources with browser automation and file extraction; functionality is documented but enables potential copyright infringement via Z-Library and paywall bypass.
可以安装
Remove Z-Library from sources as it is a known piracy platform. Add content-type and file-size validation before extraction to prevent malicious file handling.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Download source includes known piracy platform 敏感访问 | SKILL.md:98 |
| 低危 | No download integrity or safety verification 文档欺骗 | SKILL.md:87 |
| 低危 | Browser automation bypasses normal download flow 文档欺骗 | SKILL.md:41 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md - web_search, web_fetch declared |
| 浏览器 | WRITE | WRITE | ✓ 一致 | SKILL.md - browser_action for password fill, navigation, snapshot |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md - curl downloads to ~/Desktop, file verification |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md - writes zip files, creates directories, extracts ebooks |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
4 项发现
中危 外部 URL 外部 URL
https://www.dushupai.com/book-content- SKILL.md:23 中危 外部 URL 外部 URL
https://url89.ctfile.com/f/ SKILL.md:28 中危 外部 URL 外部 URL
https://webapi.ctfile.com SKILL.md:49 中危 外部 URL 外部 URL
https://z701.com/ SKILL.md:84 目录结构
1 文件 · 5.2 KB · 148 行 Markdown 1f · 148L
└─
SKILL.md
Markdown
安全亮点
✓ All declared capabilities match documented behavior - no hidden functionality detected
✓ No credential harvesting or environment variable inspection
✓ No obfuscated code, base64 execution, or anti-analysis techniques
✓ No remote code execution or C2 communication patterns
✓ Python extraction restricts to known ebook formats (.epub, .azw3, .mobi, .pdf, .txt)