bpmn
Warn
Audited by Snyk on Jun 15, 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.85). The required runtime workflow ingests the user-supplied
.bpmnfile contents (including any outsider-authored free-text like task names/annotations/conditionExpression bodies) viareadFileSync(path, 'utf-8')→summarizeText()/lintModel()/validateModel()which parse and then convert that text into LLM-readable strings (e.g.,summarizeTextuseslabel()and prints names/conditions).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata