baoyu-markdown-to-html
Fail
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill dynamically downloads and executes external JavaScript code for syntax highlighting.
- Evidence: In
scripts/md/utils/languages.ts, theloadAndRegisterLanguagefunction uses theimport()function to load and execute language modules from a remote URL (https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlightjs/11.11.1/es/languages/${language}.min.js) based on the language specified in markdown code blocks. - [EXTERNAL_DOWNLOADS]: The skill performs automated network requests to fetch external assets.
- Evidence: The
downloadFilefunction inscripts/main.tsuses thehttpandhttpsmodules to download remote images referenced in markdown files to a temporary directory. - Evidence: The
markedPlantUMLextension inscripts/md/extensions/plantuml.tscommunicates withwww.plantuml.comto generate and optionally fetch diagram assets.
Recommendations
- AI detected serious security threats
Audit Metadata