Skip to main content

paper-deep-reader

Facilitates in-depth paper analysis by integrating Zotero and Obsidian for structured reporting and semantic search capabilities.

Install this skill

or
64/100

Security score

The paper-deep-reader skill was audited on May 24, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 28

Access to .env file

SourceSKILL.md
28所有 API key 统一在 `stable-jarvis/.env` 中管理:
low line 31

Access to .env file

SourceSKILL.md
31cp .env.example .env # 然后编辑 .env 填入真实 key
medium line 34

Access to .env file

SourceSKILL.md
34`deep_read.py` 从 `stable_jarvis` 包统一加载 `.env` 配置。
medium line 120

Access to .env file

SourceSKILL.md
120需要配置 embedding provider(`.env` 中 `EMBEDDING_PROVIDER`)和 `OBSIDIAN_VAULT`(已在 `.env` 中配置)。
medium line 179

Access to .env file

SourceSKILL.md
179| `--provider` | `.env` LLM_PROVIDER | 可选覆盖 |
medium line 180

Access to .env file

SourceSKILL.md
180| `--model` | `.env` LLM_MODEL | 可选覆盖 |
medium line 194

Access to .env file

SourceSKILL.md
1941. 加载 `stable_jarvis/.env` 中的 API 配置
medium line 254

Access to .env file

SourceSKILL.md
254所有配置可通过环境变量或 `.env` 文件设置:
Scanned on May 24, 2026
View Security Dashboard
Installation guide →