markdown-html-orchestrator
Warn
Audited by Snyk on Jun 14, 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). Outsider free text is the user-supplied markdown file body itself, which is read at runtime by
doctype_classifier.py(input_path.read_text(...)) and then piped intoroute_explainer.py; this markdown may contain outsider-authored content, which becomes LLM-readable context when the orchestrator forwards the original markdown into the forked sub-skill.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata