Scan Report
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.
Safe to install
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.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Download source includes known piracy platform Sensitive Access | SKILL.md:98 |
| Low | No download integrity or safety verification Doc Mismatch | SKILL.md:87 |
| Low | Browser automation bypasses normal download flow Doc Mismatch | SKILL.md:41 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md - web_search, web_fetch declared |
| Browser | WRITE | WRITE | ✓ Aligned | SKILL.md - browser_action for password fill, navigation, snapshot |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md - curl downloads to ~/Desktop, file verification |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md - writes zip files, creates directories, extracts ebooks |
| Environment | NONE | NONE | — | No environment variable access detected |
4 findings
Medium External URL 外部 URL
https://www.dushupai.com/book-content- SKILL.md:23 Medium External URL 外部 URL
https://url89.ctfile.com/f/ SKILL.md:28 Medium External URL 外部 URL
https://webapi.ctfile.com SKILL.md:49 Medium External URL 外部 URL
https://z701.com/ SKILL.md:84 File Tree
1 files · 5.2 KB · 148 lines Markdown 1f · 148L
└─
SKILL.md
Markdown
Security Positives
✓ 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)