Skip to main content

annas-to-notebooklm

Automates downloading books from Anna's Archive and uploading them to Google NotebookLM, supporting PDF/EPUB formats.

Install this skill

or
76/100

Security score

The annas-to-notebooklm skill was audited on Feb 24, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52ls ~/.annas/storage_state.json 2>/dev/null || echo "建议先登录"
medium line 256

Access to hidden dotfiles in home directory

SourceSKILL.md
256- `~/.annas/storage_state.json` - 保存的登录会话(可选)
medium line 257

Access to hidden dotfiles in home directory

SourceSKILL.md
257- `~/.annas/browser_profile/` - 浏览器数据(可选)
medium line 294

Access to hidden dotfiles in home directory

SourceSKILL.md
294- 会话保存在 `~/.annas/storage_state.json`
low line 37

External URL reference

SourceSKILL.md
37- 完整 URL(通常是 `https://annas-archive.pm/slow_download/...` 格式)
low line 149

External URL reference

SourceSKILL.md
149https://annas-archive.pm/slow_download/3cd1081b5bc0a229bb794f0d96f04e22/0/5
low line 155

External URL reference

SourceSKILL.md
155python3 scripts/upload.py "https://annas-archive.pm/slow_download/..."
low line 201

External URL reference

SourceSKILL.md
201https://annas-archive.pm/slow_download/...),我可以帮你自动下载并上传到 NotebookLM。
low line 279

External URL reference

SourceSKILL.md
279- 以 `http://` 或 `https://` 开头
low line 335

External URL reference

SourceSKILL.md
335- [NotebookLM 官方文档](https://notebooklm.google.com/)
low line 336

External URL reference

SourceSKILL.md
336- [Anna's Archive 网站](https://annas-archive.pm/)
low line 337

External URL reference

SourceSKILL.md
337- [Playwright 文档](https://playwright.dev/)
Scanned on Feb 24, 2026
View Security Dashboard