baoyu-markdown-to-html
Audited by Socket on Feb 22, 2026
1 alert found:
Security[Skill Scanner] Backtick command substitution detected BENIGN: The skill fragment is coherently designed to convert Markdown to HTML with theme options and structured JSON output. It does not request credentials, perform network exfiltration, or install untrusted components. The only notable operational pattern is the use of Bun to execute a local TypeScript script, which is a standard approach in modular agent ecosystems. No malicious or suspicious behavior is evident from the provided piece. LLM verification: Based on the SKILL.md content alone, the package purpose and documented behavior are benign and aligned with converting markdown to styled HTML. There are no explicit hard-coded secrets, obfuscation, or direct network exfiltration instructions in the provided text. The primary risk is the recommended run method (`npx -y bun ...`) which enables download-and-execute of unpinned code and increases supply-chain attack surface. Also, reading user-level configuration files and invoking other skills cr