read-xiaoyuzhou-article
Warn
Audited by Snyk on Jul 11, 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.75). Yes—
scripts/transcribe.shfetches outsider-authored public web content from the user-supplied 小宇宙 episode URL (curl -s ... "$URL"), extracts the audio transcript text from that page’s media and then sends the resulting transcript (free-form text derived from that outsider content) into Groq/LLM calls via-F prompt="$PROMPT"and-F file="@$1"(and later into the Llama “polish” prompt viaPROMPT_TMPL.format(text)), creating an indirect prompt-injection path.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata