web-to-markdown — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-to-markdown (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Converts any website URL into a clean Markdown file via the Jina Reader API (r.jina.ai).
Prepend https://r.jina.ai/ to the target URL and fetch with read_url_content. Jina handles JavaScript rendering, ad removal, and Markdown conversion server-side.
http:// or https://).read_url_content with URL https://r.jina.ai/<target URL>.Title:, URL Source:, Published Time:) followed by Markdown Content:. Extract the title from the Title: line and the body from everything after Markdown Content:.# [Title from Jina response]
**Source**: [original URL]
**Date**: [Published Time, or 'Unknown']
---
[Markdown body from Jina response]Unless the user specifies a path, save to: ./reports/Articles_YYYY_MM_DD/[slugified_title].md
Derive slugified_title from the page title: lowercase, replace spaces/special chars with underscores, truncate to 80 chars. Confirm the saved path to the user in one sentence.
content-cleaner skill as fallback (which uses direct read_url_content + manual cleaning).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.