baoyu-markdown-to-html

Warn

Audited by Socket on Aug 14, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/main.ts

No clear indicator of intentional malware/backdoor behavior in this module. However, it presents meaningful security risk when processing untrusted Markdown: it can download arbitrary http/https resources referenced in Markdown (including following redirects, without host/IP restrictions), it executes external tooling via spawnSync('npx', ...) with environment/tooling trust dependencies, and it injects unescaped local path strings into HTML attributes, creating potential HTML/attribute injection risks in the generated HTML. Review/limit input trust, restrict remote URL handling, and escape/encode HTML attribute values.

Confidence: 70%Severity: 65%
Audit Metadata
Analyzed At
Aug 14, 2026, 04:01 PM
Package URL
pkg:socket/skills-sh/atxinsky%2Fskills%2Fbaoyu-markdown-to-html%2F@debe450ec4f0a060687736e6251e99bb35fe9eaa19df0414ed7ebc19c21e7f9c
Security Audit — socket — baoyu-markdown-to-html