alibabacloud-media-diagnostics
Fail
Audited by Snyk on Aug 27, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill mandates echoing the exact user-provided file path or URL verbatim in final output (even for unreachable/degraded paths), which forces the LLM to reproduce any sensitive tokens or signed-query secrets contained in that input.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Outsider-authored free text can be injected into the HLS workflow because
hls_check.pyfetches and parses the user-provided m3u8 playlist URL/content (fetch_url(m3u8_url)thenparse_m3u8(resp["body"], base_url)), and that playlist drives subsequent segment URL reachability/integrity reads.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata