paper-refbib-stub

Warn

Audited by Snyk on Aug 7, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (medium risk: 0.30). In scripts/json_to_bib.py, the runtime reads a caller-provided multi-search-engine JSON payload from stdin (sys.stdin.read()json.loads()), and then incorporates outsider-supplied fields like title, url, and especially snippet directly into the emitted BibTeX note field (snippet = _escape(... )[:300] and note_bits.append(snippet)).

Issues (1)

W011
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 7, 2026, 08:35 PM
Issues
1
Security Audit — snyk — paper-refbib-stub