Mdnew

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a small, purpose-aligned URL-to-Markdown helper, but users should remember that requested URLs are sent to the external markdown.new service.

This appears safe for converting public web pages into Markdown. Before installing or using it, make sure you are comfortable sending the target URLs to markdown.new, and avoid using it on private, authenticated, or internal pages unless that sharing is acceptable.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used with private, authenticated, or internal URLs, information about those URLs or their content may be exposed to the external conversion service.

Why it was flagged

The script sends the user-supplied target URL to the external markdown.new service for conversion. This is disclosed and central to the skill, but it means the external service learns the requested URL and processes the fetched page.

Skill content
md_new_url = f"https://markdown.new/{url}"
Recommendation

Use this skill for public pages or URLs you are comfortable sending to markdown.new. Avoid confidential, internal, or session-bearing links unless you have confirmed that sharing them is acceptable.