Markdown Linter

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward local Markdown link checker with no credential, network, persistence, or destructive behavior shown.

This skill looks safe for its stated purpose. Before installing or using it, be aware that it recursively reads Markdown files under the directory you choose, so use a scoped project or docs folder if your broader workspace contains private Markdown notes.

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

The tool may read and report paths or link targets from Markdown files in the selected workspace.

Why it was flagged

The skill recursively scans the chosen directory and reads Markdown files to validate links. This is purpose-aligned, but it can include private Markdown content if run from a broad directory.

Skill content
async function scan(rootDir = '.') { const mdFiles = findMarkdownFiles(rootDir); ... const fileErrors = validateFile(file, rootDir); }
Recommendation

Run it from the intended documentation workspace or pass a specific directory, and review the generated report before sharing it.