product-manager-toolkit
Warn
Audited by Snyk on Jun 19, 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). The runtime LLM context can be fed outsider-authored free text when the user supplies an
interview.txttranscript toscripts/customer_interview_analyzer.py, since that file’s contents (customer/interviewer quotes) are arbitrary and not authored by the operating user, and the script reads it viaopen(args.file).read()and then formats/exposes extracted quotes/themes for downstream LLM use.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata