Markdown to HTML Converter
v1.0.0Use when building a Markdown to HTML converter with multiple blog themes, real-time preview, and download functionality
⭐ 0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description describe a Markdown→HTML single-file web app with themes, preview, and download; the SKILL.md contains only HTML/CSS/JS design and behaviors needed for that feature set. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions focus on building UI modules, parsing Markdown (marked.js), theming, file-reading via browser FileReader, preview updating, and generating downloadable HTML. They do not instruct reading host system files, env vars, or sending arbitrary data to external endpoints beyond loading CDN assets — all consistent with a client-side web app.
Install Mechanism
No install spec or code is present (instruction-only), which is low-risk. The design relies on third-party CDN resources (jsdelivr, highlightjs via GitHub CDN). Using CDN-hosted libs is reasonable here but introduces a supply-chain/trust consideration.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request access to unrelated services or secrets.
Persistence & Privilege
Skill flags are default (not always:true) and it does not request persistent or elevated agent privileges. As instruction-only, it does not modify other skills or system settings.
Assessment
This skill appears coherent and low-risk for building a client-side Markdown→HTML single-file app. Before using or deploying, consider: (1) the CDN URLs: if you need stronger supply-chain guarantees, add Subresource Integrity (SRI) attributes or host the libraries locally; (2) review any theme CSS you add for licensing; and (3) because the app uses browser FileReader and generates downloads, verify it only processes user-provided files and does not inadvertently send content to external servers if you adapt the code. If you want stricter offline use, bundle dependencies instead of relying on CDNs.Like a lobster shell, security has layers — review code before you run it.
blogvk978xbkhxdc3de3n4ekkzsvskd84fnhjconvertervk978xbkhxdc3de3n4ekkzsvskd84fnhjhtmlvk978xbkhxdc3de3n4ekkzsvskd84fnhjlatestvk978xbkhxdc3de3n4ekkzsvskd84fnhjmarkdownvk978xbkhxdc3de3n4ekkzsvskd84fnhjpreviewvk978xbkhxdc3de3n4ekkzsvskd84fnhjweb-developmentvk978xbkhxdc3de3n4ekkzsvskd84fnhj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
