detect-text-watermark
Warn
Audited by Snyk on Aug 13, 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/detect_text_watermark.py, outsider-authored free text reaches the runtime via the--textargument or by reading an arbitrary user-provided file path (analyse(args.text, ...)/stream = core.read_text_stream(path)then passingtextintodetector_covert_channel), so the workflow directly ingests attacker-supplied text without selecting a specific trusted item first.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata