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-providedmulti-search-engineJSON payload fromstdin(sys.stdin.read()→json.loads()), and then incorporates outsider-supplied fields liketitle,url, and especiallysnippetdirectly into the emitted BibTeXnotefield (snippet = _escape(... )[:300]andnote_bits.append(snippet)).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata