pydeseq2
Warn
Audited by Snyk on Jun 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required runtime workflow ingests user-supplied CSV/TSV files via
pd.read_csv(args.counts, ...)andpd.read_csv(args.metadata, ...)(counts/metadata text becomes LLM-readable DataFrame content), which is outsider-authored free text if the files were not authored by the operating user.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata