baoyu-markdown-to-html
Warn
Audited by Snyk on Aug 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Markdown content from an outsider-provided input file path is read at runtime via
fs.readFileSync(markdownPath, 'utf-8')inscripts/main.ts, and that free text is then parsed/rendered into HTML.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata