Markdown Linter

AdvisoryAudited by Static analysis on Apr 30, 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.

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.