literature-review-tools

Fail

Audited by Snyk on Jul 27, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill tells the agent to ask the user for API keys and then run a shell command embedding them (litrun.py env --set KEY=VALUE), which requires the LLM to handle and output secret values verbatim in generated commands.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). In the required “Run” workflow, scripts/litrun.py executes topic-to-review* / pdf-* pipelines that invoke arxiv-fetch/openalex-fetch to download outsider-authored paper text (titles/abstracts or PDF contents converted to LLM-ready text) which is then ingested by paper-qa into the downstream LLM context, enabling indirect prompt injection via retrieved documents.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 27, 2026, 10:08 AM
Issues
3
Security Audit — snyk — literature-review-tools