literature-review-tools

Fail

Audited by Snyk on Aug 21, 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 explicitly tells the agent to ask the user for API keys and then run litrun.py env --set KEY=VALUE, which requires the LLM to receive or emit secret values verbatim (exfiltration risk).

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

  • Third-party content exposure detected (medium risk: 0.30). In litrun.py the outsider-supplied --question (or --query) string is passed into the runtime workflow steps (e.g., paper-qa in workflows.json) without selecting any specific outsider-authored item first, so the agent ingests free text directly.

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
Aug 21, 2026, 09:20 AM
Issues
3
Security Audit — snyk — literature-review-tools