Web to Markdown Pro
AdvisoryAudited by Static analysis on May 13, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Installing the package would run code that was not part of the provided skill artifacts, so the actual converter implementation is outside this review.
The skill relies on installing an external PyPI package, but the registry metadata provides no install spec, version pin, source repository, or included code for that package.
## Installation ```bash pip install web2md ```
Install only from a trusted source, prefer a virtual environment and pinned version, and review the package or publisher before use. The skill publisher should declare the dependency in metadata or provide reviewed installation details.
If used carelessly, the agent could process the wrong URLs or write Markdown files to unintended locations.
The documented workflow uses a local CLI with user-controlled URLs, input lists, and output paths. That is expected for this skill, but it can fetch network resources and create files.
web2md <url> -o ~/Documents/reading/<slug>.md ... web2md urls.txt --batch -d output/
Confirm the URLs, batch input file, and output directory before running conversions, especially for untrusted reading lists or sensitive local folders.
